Html Css Color HEX #CEA264 Apache

📋 copy color: '#CEA264'

red 206 ◦ green 162 ◦ blue 100

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

Shades of Apache #CEA264

Tints of Apache #CEA264

RGB

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

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

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

R = 44.02%
G = 34.62%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CEA264 (or 0xCEA264) is known color: Apache. HEX triplet: CE, A2 and 64. RGB value is (206,162,100). Sum of RGB (Red+Green+Blue) = 206+162+100=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 162 (63.67% from 255 or 34.62% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA264 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA264 is #315D9B. Grayscale: #A8A8A8. Windows color (decimal): -3235228 or 6595278. OLE color: 6595278.

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

Color convert

RGB 206 162 100 -
CMYK 0 0.21 0.51 0.19
HSL 35.09º 0.52% 0.6% -
HSV(B) 35.09º 0.51% 0.81% -
XYZ 40.67 39.88 17.61 -
YUV 168.09 89.58 155.04 -
System Red Green Blue C M Y K H S L
Decimal 206 162 100 0 0.21 0.51 0.19 35.09 0.52 0.6
Hex CE A2 64 0 15 33 13 23 34 3C
Octal 316 242 144 0 25 63 23 43 64 74
Binary 11001110 10100010 1100100 0 10101 110011 10011 100011 110100 111100

Color Harmonies of #CEA264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA264

Black with #CEA264

Text Example


Text Example

White with #CEA264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA264; }

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

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

background-color css

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

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

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

border-color css

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

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

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