Html Css Color HEX #CEA95D Apache

📋 copy color: '#CEA95D'

red 206 ◦ green 169 ◦ blue 93

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

Shades of Apache #CEA95D

Tints of Apache #CEA95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.87%

R = 44.02%
G = 36.11%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CEA95D (or 0xCEA95D) is known color: Apache. HEX triplet: CE, A9 and 5D. RGB value is (206,169,93). Sum of RGB (Red+Green+Blue) = 206+169+93=468 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.02% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 93 (36.72% from 255 or 19.87% from 468); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA95D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA95D is #3156A2. Grayscale: #ABABAB. Windows color (decimal): -3233443 or 6138318. OLE color: 6138318.

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

Color convert

RGB 206 169 93 -
CMYK 0 0.18 0.55 0.19
HSL 40.35º 0.54% 0.59% -
HSV(B) 40.35º 0.55% 0.81% -
XYZ 41.62 42.29 16.32 -
YUV 171.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 206 169 93 0 0.18 0.55 0.19 40.35 0.54 0.59
Hex CE A9 5D 0 12 37 13 28 36 3B
Octal 316 251 135 0 22 67 23 50 66 73
Binary 11001110 10101001 1011101 0 10010 110111 10011 101000 110110 111011

Color Harmonies of #CEA95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEA95D

Black with #CEA95D

Text Example


Text Example

White with #CEA95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEA95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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