Html Css Color HEX #CEA960 Apache

📋 copy color: '#CEA960'

red 206 ◦ green 169 ◦ blue 96

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

Shades of Apache #CEA960

Tints of Apache #CEA960

RGB

 RED value IS 206 (80.86% from 255) = 43.74%

 GREEN value IS 169 (66.41% from 255) = 35.88%

 BLUE value IS 96 (37.89% from 255) = 20.38%

R = 43.74%
G = 35.88%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEA960 (or 0xCEA960) is known color: Apache. HEX triplet: CE, A9 and 60. RGB value is (206,169,96). Sum of RGB (Red+Green+Blue) = 206+169+96=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 169 (66.41% from 255 or 35.88% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA960 is #31569F. Grayscale: #ACACAC. Windows color (decimal): -3233440 or 6334926. OLE color: 6334926.

HSL color Cylindrical-coordinate representation of color #CEA960: hue angle of 39.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CEA960 is Cyan = 0, Magento = 0.18, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 169 96 -
CMYK 0 0.18 0.53 0.19
HSL 39.82º 0.53% 0.59% -
HSV(B) 39.82º 0.53% 0.81% -
XYZ 41.75 42.34 17.04 -
YUV 171.74 85.26 152.44 -
System Red Green Blue C M Y K H S L
Decimal 206 169 96 0 0.18 0.53 0.19 39.82 0.53 0.59
Hex CE A9 60 0 12 35 13 28 35 3B
Octal 316 251 140 0 22 65 23 50 65 73
Binary 11001110 10101001 1100000 0 10010 110101 10011 101000 110101 111011

Color Harmonies of #CEA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA960

Black with #CEA960

Text Example


Text Example

White with #CEA960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA960; }

 p { color: rgb(206,169,96); }

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

background-color css

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

 a { background-color: rgb(206,169,96); }

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

border-color css

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

 span { border-color: rgb(206,169,96); }

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