Html Css Color HEX #CFA159 Apache

📋 copy color: '#CFA159'

red 207 ◦ green 161 ◦ blue 89

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

Shades of Apache #CFA159

Tints of Apache #CFA159

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.23%

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

R = 45.3%
G = 35.23%
B = 19.47%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA159 (or 0xCFA159) is known color: Apache. HEX triplet: CF, A1 and 59. RGB value is (207,161,89). Sum of RGB (Red+Green+Blue) = 207+161+89=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA159 is #305EA6. Grayscale: #A6A6A6. Windows color (decimal): -3169959 or 5874127. OLE color: 5874127.

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

Color convert

RGB 207 161 89 -
CMYK 0 0.22 0.57 0.19
HSL 36.61º 0.55% 0.58% -
HSV(B) 36.61º 0.57% 0.81% -
XYZ 40.28 39.48 14.95 -
YUV 166.55 84.24 156.85 -
System Red Green Blue C M Y K H S L
Decimal 207 161 89 0 0.22 0.57 0.19 36.61 0.55 0.58
Hex CF A1 59 0 16 39 13 25 37 3A
Octal 317 241 131 0 26 71 23 45 67 72
Binary 11001111 10100001 1011001 0 10110 111001 10011 100101 110111 111010

Color Harmonies of #CFA159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA159

Black with #CFA159

Text Example


Text Example

White with #CFA159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA159; }

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

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

background-color css

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

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

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

border-color css

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

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

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