#CEA267

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

Shades of Apache #CEA267

Tints of Apache #CEA267

Color information

#CEA267 (or 0xCEA267) is unknown color: approx Apache. HEX triplet: CE, A2 and 67. RGB value is (206,162,103). Sum of RGB (Red+Green+Blue) = 206+162+103=471 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.74% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 103 (40.62% from 255 or 21.87% from 471); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA267 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA267 is #315D98. Grayscale: #A8A8A8. Windows color (decimal): -3235225 or 6791886. OLE color: 6791886.

HSL color Cylindrical-coordinate representation of color #CEA267: hue angle of 34.37º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CEA267 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB206162103-
CMYK00.210.500.19
HSL34.37º51.24%60.59%-
HSV(B)34.37º50%80.78%-
XYZ40.8239.9418.39-
YUV168.4391.08154.8-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 43.74%
GREEN value IS 162 (63.67% from 255) = 34.39%
BLUE value IS 103 (40.62% from 255) = 21.87%
R=43.74%
G=34.39%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.50
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20616210300.210.500.1934.3751.2460.59
HexCEA267015321322333d
Octal3162421470256223426375
Binary1100111010100010110011101010111001010011100010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA267; }

 p { color: rgb(206,162,103); }

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

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

 a { background-color: rgb(206,162,103); }

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

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

 span { border-color: rgb(206,162,103); }

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