Html Css Color HEX #CFA659 Apache

📋 copy color: '#CFA659'

red 207 ◦ green 166 ◦ blue 89

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

Shades of Apache #CFA659

Tints of Apache #CFA659

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.93%

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

R = 44.81%
G = 35.93%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CFA659 (or 0xCFA659) is known color: Apache. HEX triplet: CF, A6 and 59. RGB value is (207,166,89). Sum of RGB (Red+Green+Blue) = 207+166+89=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 166 (65.23% from 255 or 35.93% from 462); Blue value is 89 (35.16% from 255 or 19.26% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA659 is #3059A6. Grayscale: #A9A9A9. Windows color (decimal): -3168679 or 5875407. OLE color: 5875407.

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

Color convert

RGB 207 166 89 -
CMYK 0 0.20 0.57 0.19
HSL 39.15º 0.55% 0.58% -
HSV(B) 39.15º 0.57% 0.81% -
XYZ 41.17 41.26 15.25 -
YUV 169.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 207 166 89 0 0.20 0.57 0.19 39.15 0.55 0.58
Hex CF A6 59 0 14 39 13 27 37 3A
Octal 317 246 131 0 24 71 23 47 67 72
Binary 11001111 10100110 1011001 0 10100 111001 10011 100111 110111 111010

Color Harmonies of #CFA659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA659

Black with #CFA659

Text Example


Text Example

White with #CFA659

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA659; }

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

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

background-color css

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

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

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

border-color css

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

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

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