Html Css Color HEX #CFAA5E Apache

📋 copy color: '#CFAA5E'

red 207 ◦ green 170 ◦ blue 94

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

Shades of Apache #CFAA5E

Tints of Apache #CFAA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 36.09%

 BLUE value IS 94 (37.11% from 255) = 19.96%

R = 43.95%
G = 36.09%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CFAA5E (or 0xCFAA5E) is known color: Apache. HEX triplet: CF, AA and 5E. RGB value is (207,170,94). Sum of RGB (Red+Green+Blue) = 207+170+94=471 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.95% from 471); Green value is 170 (66.80% from 255 or 36.09% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA5E is #3055A1. Grayscale: #ACACAC. Windows color (decimal): -3167650 or 6204111. OLE color: 6204111.

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

Color convert

RGB 207 170 94 -
CMYK 0 0.18 0.55 0.19
HSL 40.35º 0.54% 0.59% -
HSV(B) 40.35º 0.55% 0.81% -
XYZ 42.13 42.82 16.64 -
YUV 172.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 207 170 94 0 0.18 0.55 0.19 40.35 0.54 0.59
Hex CF AA 5E 0 12 37 13 28 36 3B
Octal 317 252 136 0 22 67 23 50 66 73
Binary 11001111 10101010 1011110 0 10010 110111 10011 101000 110110 111011

Color Harmonies of #CFAA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA5E

Black with #CFAA5E

Text Example


Text Example

White with #CFAA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA5E; }

 p { color: rgb(207,170,94); }

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

background-color css

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

 a { background-color: rgb(207,170,94); }

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

border-color css

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

 span { border-color: rgb(207,170,94); }

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