Html Css Color HEX #CEA05D Apache

📋 copy color: '#CEA05D'

red 206 ◦ green 160 ◦ blue 93

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

Shades of Apache #CEA05D

Tints of Apache #CEA05D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.86%

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 44.88%
G = 34.86%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CEA05D (or 0xCEA05D) is known color: Apache. HEX triplet: CE, A0 and 5D. RGB value is (206,160,93). Sum of RGB (Red+Green+Blue) = 206+160+93=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA05D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA05D is #315FA2. Grayscale: #A6A6A6. Windows color (decimal): -3235747 or 6136014. OLE color: 6136014.

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

Color convert

RGB 206 160 93 -
CMYK 0 0.22 0.55 0.19
HSL 35.58º 0.54% 0.59% -
HSV(B) 35.58º 0.55% 0.81% -
XYZ 40 39.05 15.79 -
YUV 166.12 86.74 156.45 -
System Red Green Blue C M Y K H S L
Decimal 206 160 93 0 0.22 0.55 0.19 35.58 0.54 0.59
Hex CE A0 5D 0 16 37 13 24 36 3B
Octal 316 240 135 0 26 67 23 44 66 73
Binary 11001110 10100000 1011101 0 10110 110111 10011 100100 110110 111011

Color Harmonies of #CEA05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA05D

Black with #CEA05D

Text Example


Text Example

White with #CEA05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA05D; }

 p { color: rgb(206,160,93); }

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

background-color css

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

 a { background-color: rgb(206,160,93); }

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

border-color css

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

 span { border-color: rgb(206,160,93); }

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