Html Css Color HEX #CFAA59 Apache

📋 copy color: '#CFAA59'

red 207 ◦ green 170 ◦ blue 89

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

Shades of Apache #CFAA59

Tints of Apache #CFAA59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.1%

R = 44.42%
G = 36.48%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFAA59 (or 0xCFAA59) is known color: Apache. HEX triplet: CF, AA and 59. RGB value is (207,170,89). Sum of RGB (Red+Green+Blue) = 207+170+89=466 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.42% from 466); Green value is 170 (66.80% from 255 or 36.48% from 466); Blue value is 89 (35.16% from 255 or 19.10% from 466); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFAA59 is #3055A6. Grayscale: #ACACAC. Windows color (decimal): -3167655 or 5876431. OLE color: 5876431.

HSL color Cylindrical-coordinate representation of color #CFAA59: hue angle of 41.19º 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 #CFAA59 is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 170 89 -
CMYK 0 0.18 0.57 0.19
HSL 41.19º 0.55% 0.58% -
HSV(B) 41.19º 0.57% 0.81% -
XYZ 41.91 42.74 15.49 -
YUV 171.83 81.26 153.09 -
System Red Green Blue C M Y K H S L
Decimal 207 170 89 0 0.18 0.57 0.19 41.19 0.55 0.58
Hex CF AA 59 0 12 39 13 29 37 3A
Octal 317 252 131 0 22 71 23 51 67 72
Binary 11001111 10101010 1011001 0 10010 111001 10011 101001 110111 111010

Color Harmonies of #CFAA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFAA59

Black with #CFAA59

Text Example


Text Example

White with #CFAA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFAA59; }

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

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

background-color css

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

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

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

border-color css

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

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

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