Html Css Color HEX #CEA664 Apache

📋 copy color: '#CEA664'

red 206 ◦ green 166 ◦ blue 100

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

Shades of Apache #CEA664

Tints of Apache #CEA664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.19%

R = 43.64%
G = 35.17%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEA664 (or 0xCEA664) is known color: Apache. HEX triplet: CE, A6 and 64. RGB value is (206,166,100). Sum of RGB (Red+Green+Blue) = 206+166+100=472 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.64% from 472); Green value is 166 (65.23% from 255 or 35.17% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA664 is #31599B. Grayscale: #AAAAAA. Windows color (decimal): -3234204 or 6596302. OLE color: 6596302.

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

Color convert

RGB 206 166 100 -
CMYK 0 0.19 0.51 0.19
HSL 37.36º 0.52% 0.6% -
HSV(B) 37.36º 0.51% 0.81% -
XYZ 41.39 41.31 17.85 -
YUV 170.44 88.25 153.37 -
System Red Green Blue C M Y K H S L
Decimal 206 166 100 0 0.19 0.51 0.19 37.36 0.52 0.6
Hex CE A6 64 0 13 33 13 25 34 3C
Octal 316 246 144 0 23 63 23 45 64 74
Binary 11001110 10100110 1100100 0 10011 110011 10011 100101 110100 111100

Color Harmonies of #CEA664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA664

Black with #CEA664

Text Example


Text Example

White with #CEA664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA664; }

 p { color: rgb(206,166,100); }

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

background-color css

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

 a { background-color: rgb(206,166,100); }

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

border-color css

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

 span { border-color: rgb(206,166,100); }

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