Html Css Color HEX #CEA962 Apache

📋 copy color: '#CEA962'

red 206 ◦ green 169 ◦ blue 98

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

Shades of Apache #CEA962

Tints of Apache #CEA962

RGB

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

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

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

R = 43.55%
G = 35.73%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.19

RGB Variations

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

Color information

#CEA962 (or 0xCEA962) is known color: Apache. HEX triplet: CE, A9 and 62. RGB value is (206,169,98). Sum of RGB (Red+Green+Blue) = 206+169+98=473 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.55% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA962 is #31569D. Grayscale: #ACACAC. Windows color (decimal): -3233438 or 6465998. OLE color: 6465998.

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

Color convert

RGB 206 169 98 -
CMYK 0 0.18 0.52 0.19
HSL 39.44º 0.52% 0.6% -
HSV(B) 39.44º 0.52% 0.81% -
XYZ 41.85 42.38 17.53 -
YUV 171.97 86.26 152.27 -
System Red Green Blue C M Y K H S L
Decimal 206 169 98 0 0.18 0.52 0.19 39.44 0.52 0.6
Hex CE A9 62 0 12 34 13 27 34 3C
Octal 316 251 142 0 22 64 23 47 64 74
Binary 11001110 10101001 1100010 0 10010 110100 10011 100111 110100 111100

Color Harmonies of #CEA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA962

Black with #CEA962

Text Example


Text Example

White with #CEA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA962; }

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

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

background-color css

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

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

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

border-color css

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

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

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