Html Css Color HEX #CEA463 Apache

📋 copy color: '#CEA463'

red 206 ◦ green 164 ◦ blue 99

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

Shades of Apache #CEA463

Tints of Apache #CEA463

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.97%

 BLUE value IS 99 (39.06% from 255) = 21.11%

R = 43.92%
G = 34.97%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEA463 (or 0xCEA463) is known color: Apache. HEX triplet: CE, A4 and 63. RGB value is (206,164,99). Sum of RGB (Red+Green+Blue) = 206+164+99=469 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.92% from 469); Green value is 164 (64.45% from 255 or 34.97% from 469); Blue value is 99 (39.06% from 255 or 21.11% from 469); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA463 is #315B9C. Grayscale: #A9A9A9. Windows color (decimal): -3234717 or 6530254. OLE color: 6530254.

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

Color convert

RGB 206 164 99 -
CMYK 0 0.20 0.52 0.19
HSL 36.45º 0.52% 0.6% -
HSV(B) 36.45º 0.52% 0.81% -
XYZ 40.98 40.57 17.48 -
YUV 169.15 88.41 154.29 -
System Red Green Blue C M Y K H S L
Decimal 206 164 99 0 0.20 0.52 0.19 36.45 0.52 0.6
Hex CE A4 63 0 14 34 13 24 34 3C
Octal 316 244 143 0 24 64 23 44 64 74
Binary 11001110 10100100 1100011 0 10100 110100 10011 100100 110100 111100

Color Harmonies of #CEA463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA463

Black with #CEA463

Text Example


Text Example

White with #CEA463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA463; }

 p { color: rgb(206,164,99); }

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

background-color css

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

 a { background-color: rgb(206,164,99); }

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

border-color css

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

 span { border-color: rgb(206,164,99); }

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