Html Css Color HEX #CEA162 Apache

📋 copy color: '#CEA162'

red 206 ◦ green 161 ◦ blue 98

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

Shades of Apache #CEA162

Tints of Apache #CEA162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.08%

R = 44.3%
G = 34.62%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEA162 (or 0xCEA162) is known color: Apache. HEX triplet: CE, A1 and 62. RGB value is (206,161,98). Sum of RGB (Red+Green+Blue) = 206+161+98=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA162 is #315E9D. Grayscale: #A7A7A7. Windows color (decimal): -3235486 or 6463950. OLE color: 6463950.

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

Color convert

RGB 206 161 98 -
CMYK 0 0.22 0.52 0.19
HSL 35º 0.52% 0.6% -
HSV(B) 35º 0.52% 0.81% -
XYZ 40.4 39.49 17.05 -
YUV 167.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 206 161 98 0 0.22 0.52 0.19 35 0.52 0.6
Hex CE A1 62 0 16 34 13 23 34 3C
Octal 316 241 142 0 26 64 23 43 64 74
Binary 11001110 10100001 1100010 0 10110 110100 10011 100011 110100 111100

Color Harmonies of #CEA162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA162

Black with #CEA162

Text Example


Text Example

White with #CEA162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA162; }

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

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

background-color css

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

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

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

border-color css

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

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

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