Html Css Color HEX #CEAE60 Apache

📋 copy color: '#CEAE60'

red 206 ◦ green 174 ◦ blue 96

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

Shades of Apache #CEAE60

Tints of Apache #CEAE60

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.55%

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

R = 43.28%
G = 36.55%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CEAE60 (or 0xCEAE60) is known color: Apache. HEX triplet: CE, AE and 60. RGB value is (206,174,96). Sum of RGB (Red+Green+Blue) = 206+174+96=476 (63% of max value = 765). Red value is 206 (80.86% from 255 or 43.28% from 476); Green value is 174 (68.36% from 255 or 36.55% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAE60 is #31519F. Grayscale: #AFAFAF. Windows color (decimal): -3232160 or 6336206. OLE color: 6336206.

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

Color convert

RGB 206 174 96 -
CMYK 0 0.16 0.53 0.19
HSL 42.55º 0.53% 0.59% -
HSV(B) 42.55º 0.53% 0.81% -
XYZ 42.7 44.24 17.35 -
YUV 174.68 83.6 150.34 -
System Red Green Blue C M Y K H S L
Decimal 206 174 96 0 0.16 0.53 0.19 42.55 0.53 0.59
Hex CE AE 60 0 10 35 13 2B 35 3B
Octal 316 256 140 0 20 65 23 53 65 73
Binary 11001110 10101110 1100000 0 10000 110101 10011 101011 110101 111011

Color Harmonies of #CEAE60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEAE60

Black with #CEAE60

Text Example


Text Example

White with #CEAE60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEAE60; }

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

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

background-color css

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

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

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

border-color css

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

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

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