#CEA360

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

Shades of Apache #CEA360

Tints of Apache #CEA360

Color information

#CEA360 (or 0xCEA360) is unknown color: approx Apache. HEX triplet: CE, A3 and 60. RGB value is (206,163,96). Sum of RGB (Red+Green+Blue) = 206+163+96=465 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.30% from 465); Green value is 163 (64.06% from 255 or 35.05% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA360 is #315C9F. Grayscale: #A8A8A8. Windows color (decimal): -3234976 or 6333390. OLE color: 6333390.

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

Color convert

RGB20616396-
CMYK00.210.530.19
HSL36.55º52.88%59.22%-
HSV(B)36.55º53.4%80.78%-
XYZ40.6640.1616.68-
YUV168.2287.25154.95-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.30%
GREEN value IS 163 (64.06% from 255) = 35.05%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=44.30%
G=35.05%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.53
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061639600.210.530.1936.5552.8859.22
HexCEA360015351325353b
Octal3162431400256523456573
Binary1100111010100011110000001010111010110011100101110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEA360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEA360; }

 p { color: rgb(206,163,96); }

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

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

 a { background-color: rgb(206,163,96); }

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

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

 span { border-color: rgb(206,163,96); }

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