Html Css Color HEX #CFA759 Apache

📋 copy color: '#CFA759'

red 207 ◦ green 167 ◦ blue 89

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

Shades of Apache #CFA759

Tints of Apache #CFA759

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.07%

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

R = 44.71%
G = 36.07%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA759 (or 0xCFA759) is known color: Apache. HEX triplet: CF, A7 and 59. RGB value is (207,167,89). Sum of RGB (Red+Green+Blue) = 207+167+89=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 167 (65.62% from 255 or 36.07% from 463); Blue value is 89 (35.16% from 255 or 19.22% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA759 is #3058A6. Grayscale: #AAAAAA. Windows color (decimal): -3168423 or 5875663. OLE color: 5875663.

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

Color convert

RGB 207 167 89 -
CMYK 0 0.19 0.57 0.19
HSL 39.66º 0.55% 0.58% -
HSV(B) 39.66º 0.57% 0.81% -
XYZ 41.35 41.62 15.31 -
YUV 170.07 82.25 154.34 -
System Red Green Blue C M Y K H S L
Decimal 207 167 89 0 0.19 0.57 0.19 39.66 0.55 0.58
Hex CF A7 59 0 13 39 13 28 37 3A
Octal 317 247 131 0 23 71 23 50 67 72
Binary 11001111 10100111 1011001 0 10011 111001 10011 101000 110111 111010

Color Harmonies of #CFA759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA759

Black with #CFA759

Text Example


Text Example

White with #CFA759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA759; }

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

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

background-color css

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

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

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

border-color css

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

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

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