Html Css Color HEX #CEA15A Apache

📋 copy color: '#CEA15A'

red 206 ◦ green 161 ◦ blue 90

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

Shades of Apache #CEA15A

Tints of Apache #CEA15A

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.23%

 BLUE value IS 90 (35.55% from 255) = 19.69%

R = 45.08%
G = 35.23%
B = 19.69%

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

#CEA15A (or 0xCEA15A) is known color: Apache. HEX triplet: CE, A1 and 5A. RGB value is (206,161,90). Sum of RGB (Red+Green+Blue) = 206+161+90=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA15A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA15A is #315EA5. Grayscale: #A6A6A6. Windows color (decimal): -3235494 or 5939662. OLE color: 5939662.

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

Color convert

RGB 206 161 90 -
CMYK 0 0.22 0.56 0.19
HSL 36.72º 0.54% 0.58% -
HSV(B) 36.72º 0.56% 0.81% -
XYZ 40.04 39.35 15.16 -
YUV 166.36 84.91 156.27 -
System Red Green Blue C M Y K H S L
Decimal 206 161 90 0 0.22 0.56 0.19 36.72 0.54 0.58
Hex CE A1 5A 0 16 38 13 25 36 3A
Octal 316 241 132 0 26 70 23 45 66 72
Binary 11001110 10100001 1011010 0 10110 111000 10011 100101 110110 111010

Color Harmonies of #CEA15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA15A

Black with #CEA15A

Text Example


Text Example

White with #CEA15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA15A; }

 p { color: rgb(206,161,90); }

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

background-color css

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

 a { background-color: rgb(206,161,90); }

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

border-color css

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

 span { border-color: rgb(206,161,90); }

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