Html Css Color HEX #CEA952 Apache

📋 copy color: '#CEA952'

red 206 ◦ green 169 ◦ blue 82

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

Shades of Apache #CEA952

Tints of Apache #CEA952

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.98%

 BLUE value IS 82 (32.42% from 255) = 17.94%

R = 45.08%
G = 36.98%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CEA952 (or 0xCEA952) is known color: Apache. HEX triplet: CE, A9 and 52. RGB value is (206,169,82). Sum of RGB (Red+Green+Blue) = 206+169+82=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 169 (66.41% from 255 or 36.98% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA952 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA952 is #3156AD. Grayscale: #AAAAAA. Windows color (decimal): -3233454 or 5417422. OLE color: 5417422.

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

Color convert

RGB 206 169 82 -
CMYK 0 0.18 0.60 0.19
HSL 42.1º 0.56% 0.56% -
HSV(B) 42.1º 0.6% 0.81% -
XYZ 41.16 42.11 13.94 -
YUV 170.15 78.26 153.57 -
System Red Green Blue C M Y K H S L
Decimal 206 169 82 0 0.18 0.60 0.19 42.1 0.56 0.56
Hex CE A9 52 0 12 3C 13 2A 38 38
Octal 316 251 122 0 22 74 23 52 70 70
Binary 11001110 10101001 1010010 0 10010 111100 10011 101010 111000 111000

Color Harmonies of #CEA952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA952

Black with #CEA952

Text Example


Text Example

White with #CEA952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA952; }

 p { color: rgb(206,169,82); }

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

background-color css

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

 a { background-color: rgb(206,169,82); }

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

border-color css

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

 span { border-color: rgb(206,169,82); }

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