#CEAF55

Color #CEAF55 Apache (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apache #CEAF55

Tints of Apache #CEAF55

Color information

#CEAF55 (or 0xCEAF55) is unknown color: approx Apache. HEX triplet: CE, AF and 55. RGB value is (206,175,85). Sum of RGB (Red+Green+Blue) = 206+175+85=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAF55 is #3150AA. Grayscale: #AEAEAE. Windows color (decimal): -3231915 or 5615566. OLE color: 5615566.

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

Color convert

RGB20617585-
CMYK00.150.590.19
HSL44.63º55.25%57.06%-
HSV(B)44.63º58.74%80.78%-
XYZ42.4244.4414.94-
YUV174.0177.77150.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 175 (68.75% from 255) = 37.55%
BLUE value IS 85 (33.59% from 255) = 18.24%
R=44.21%
G=37.55%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061758500.150.590.1944.6355.2557.06
HexCEAF550F3B132d3739
Octal3162571250177323556771
Binary110011101010111110101010111111101110011101101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF55; }

 p { color: rgb(206,175,85); }

 H1.HeaderClassName
 {
   color: #CEAF55;
 }
 .AnyTagClassName
 {
   color: #CEAF55;
 }
</style>
background-color css

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

 a { background-color: rgb(206,175,85); }

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

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

 span { border-color: rgb(206,175,85); }

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