#CEA554

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

Shades of Apache #CEA554

Tints of Apache #CEA554

Color information

#CEA554 (or 0xCEA554) is unknown color: approx Apache. HEX triplet: CE, A5 and 54. RGB value is (206,165,84). Sum of RGB (Red+Green+Blue) = 206+165+84=455 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.27% from 455); Green value is 165 (64.84% from 255 or 36.26% from 455); Blue value is 84 (33.20% from 255 or 18.46% from 455); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA554 is #315AAB. Grayscale: #A8A8A8. Windows color (decimal): -3234476 or 5547470. OLE color: 5547470.

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

Color convert

RGB20616584-
CMYK00.200.590.19
HSL39.84º55.45%56.86%-
HSV(B)39.84º59.22%80.78%-
XYZ40.5140.6714.1-
YUV168.0280.58155.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.27%
GREEN value IS 165 (64.84% from 255) = 36.26%
BLUE value IS 84 (33.20% from 255) = 18.46%
R=45.27%
G=36.26%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061658400.200.590.1939.8455.4556.86
HexCEA5540143B13283739
Octal3162451240247323506771
Binary1100111010100101101010001010011101110011101000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA554; }

 p { color: rgb(206,165,84); }

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

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

 a { background-color: rgb(206,165,84); }

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

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

 span { border-color: rgb(206,165,84); }

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