Html Css Color HEX #CFA259 Apache

📋 copy color: '#CFA259'

red 207 ◦ green 162 ◦ blue 89

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

Shades of Apache #CFA259

Tints of Apache #CFA259

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.37%

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

R = 45.2%
G = 35.37%
B = 19.43%

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

#CFA259 (or 0xCFA259) is known color: Apache. HEX triplet: CF, A2 and 59. RGB value is (207,162,89). Sum of RGB (Red+Green+Blue) = 207+162+89=458 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.20% from 458); Green value is 162 (63.67% from 255 or 35.37% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA259 is #305DA6. Grayscale: #A7A7A7. Windows color (decimal): -3169703 or 5874383. OLE color: 5874383.

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

Color convert

RGB 207 162 89 -
CMYK 0 0.22 0.57 0.19
HSL 37.12º 0.55% 0.58% -
HSV(B) 37.12º 0.57% 0.81% -
XYZ 40.46 39.83 15.01 -
YUV 167.13 83.91 156.44 -
System Red Green Blue C M Y K H S L
Decimal 207 162 89 0 0.22 0.57 0.19 37.12 0.55 0.58
Hex CF A2 59 0 16 39 13 25 37 3A
Octal 317 242 131 0 26 71 23 45 67 72
Binary 11001111 10100010 1011001 0 10110 111001 10011 100101 110111 111010

Color Harmonies of #CFA259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA259

Black with #CFA259

Text Example


Text Example

White with #CFA259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA259; }

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

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

background-color css

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

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

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

border-color css

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

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

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