Html Css Color HEX #CFAB5A Apache

📋 copy color: '#CFAB5A'

red 207 ◦ green 171 ◦ blue 90

#CFAB5A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apache #CFAB5A

Tints of Apache #CFAB5A

RGB

 RED value IS 207 (81.25% from 255) = 44.23%

 GREEN value IS 171 (67.19% from 255) = 36.54%

 BLUE value IS 90 (35.55% from 255) = 19.23%

R = 44.23%
G = 36.54%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CFAB5A (or 0xCFAB5A) is known color: Apache. HEX triplet: CF, AB and 5A. RGB value is (207,171,90). Sum of RGB (Red+Green+Blue) = 207+171+90=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 171 (67.19% from 255 or 36.54% from 468); Blue value is 90 (35.55% from 255 or 19.23% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAB5A is #3054A5. Grayscale: #ACACAC. Windows color (decimal): -3167398 or 5942223. OLE color: 5942223.

HSL color Cylindrical-coordinate representation of color #CFAB5A: hue angle of 41.54º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CFAB5A is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 171 90 -
CMYK 0 0.17 0.57 0.19
HSL 41.54º 0.55% 0.58% -
HSV(B) 41.54º 0.57% 0.81% -
XYZ 42.14 43.13 15.78 -
YUV 172.53 81.43 152.59 -
System Red Green Blue C M Y K H S L
Decimal 207 171 90 0 0.17 0.57 0.19 41.54 0.55 0.58
Hex CF AB 5A 0 11 39 13 2A 37 3A
Octal 317 253 132 0 21 71 23 52 67 72
Binary 11001111 10101011 1011010 0 10001 111001 10011 101010 110111 111010

Color Harmonies of #CFAB5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAB5A

Black with #CFAB5A

Text Example


Text Example

White with #CFAB5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAB5A; }

 p { color: rgb(207,171,90); }

 H1.HeaderClassName
 {
   color: #CFAB5A;
 }
 .AnyTagClassName
 {
   color: #CFAB5A;
 }
</style>

background-color css

<style>
 a { background-color: #CFAB5A; }

 a { background-color: rgb(207,171,90); }

 div.DivClassName
 {
   background-color: #CFAB5A;
 }
 .BgClassName
 {
   background-color: #CFAB5A;
 }
</style>

border-color css

<style>
 span { border-color: #CFAB5A; }

 span { border-color: rgb(207,171,90); }

 td.TdClassName
 {
   border-color: #CFAB5A;
 }
 .TagClassName
 {
   border-color: #CFAB5A;
 }
</style>