Html Css Color HEX #CEA05B Apache

📋 copy color: '#CEA05B'

red 206 ◦ green 160 ◦ blue 91

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

Shades of Apache #CEA05B

Tints of Apache #CEA05B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.91%

R = 45.08%
G = 35.01%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.56

 K value IS 0.19

RGB Variations

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

Color information

#CEA05B (or 0xCEA05B) is known color: Apache. HEX triplet: CE, A0 and 5B. RGB value is (206,160,91). Sum of RGB (Red+Green+Blue) = 206+160+91=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA05B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA05B is #315FA4. Grayscale: #A6A6A6. Windows color (decimal): -3235749 or 6004942. OLE color: 6004942.

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

Color convert

RGB 206 160 91 -
CMYK 0 0.22 0.56 0.19
HSL 36º 0.54% 0.58% -
HSV(B) 36º 0.56% 0.81% -
XYZ 39.91 39.02 15.33 -
YUV 165.89 85.74 156.61 -
System Red Green Blue C M Y K H S L
Decimal 206 160 91 0 0.22 0.56 0.19 36 0.54 0.58
Hex CE A0 5B 0 16 38 13 24 36 3A
Octal 316 240 133 0 26 70 23 44 66 72
Binary 11001110 10100000 1011011 0 10110 111000 10011 100100 110110 111010

Color Harmonies of #CEA05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA05B

Black with #CEA05B

Text Example


Text Example

White with #CEA05B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA05B; }

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

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

background-color css

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

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

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

border-color css

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

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

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