#CEAE81

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

Shades of Calico #CEAE81

Tints of Calico #CEAE81

Color information

#CEAE81 (or 0xCEAE81) is unknown color: approx Calico. HEX triplet: CE, AE and 81. RGB value is (206,174,129). Sum of RGB (Red+Green+Blue) = 206+174+129=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 174 (68.36% from 255 or 34.18% from 509); Blue value is 129 (50.78% from 255 or 25.34% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAE81 is #31517E. Grayscale: #B2B2B2. Windows color (decimal): -3232127 or 8498894. OLE color: 8498894.

HSL color Cylindrical-coordinate representation of color #CEAE81: hue angle of 35.06º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEAE81 is Cyan = 0, Magento = 0.16, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB206174129-
CMYK00.160.370.19
HSL35.06º44%65.69%-
HSV(B)35.06º37.38%80.78%-
XYZ44.5544.9827.1-
YUV178.44100.1147.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 174 (68.36% from 255) = 34.18%
BLUE value IS 129 (50.78% from 255) = 25.34%
R=40.47%
G=34.18%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617412900.160.370.1935.064465.69
HexCEAE810102513232c42
Octal31625620102045234354102
Binary110011101010111010000001010000100101100111000111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE81; }

 p { color: rgb(206,174,129); }

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

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

 a { background-color: rgb(206,174,129); }

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

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

 span { border-color: rgb(206,174,129); }

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