#CEAB82

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

Shades of Calico #CEAB82

Tints of Calico #CEAB82

Color information

#CEAB82 (or 0xCEAB82) is unknown color: approx Calico. HEX triplet: CE, AB and 82. RGB value is (206,171,130). Sum of RGB (Red+Green+Blue) = 206+171+130=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 171 (67.19% from 255 or 33.73% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAB82 is #31547D. Grayscale: #B0B0B0. Windows color (decimal): -3232894 or 8563662. OLE color: 8563662.

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

Color convert

RGB206171130-
CMYK00.170.370.19
HSL32.37º43.68%65.88%-
HSV(B)32.37º36.89%80.78%-
XYZ44.0543.8627.26-
YUV176.79101.6148.83-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.63%
GREEN value IS 171 (67.19% from 255) = 33.73%
BLUE value IS 130 (51.17% from 255) = 25.64%
R=40.63%
G=33.73%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617113000.170.370.1932.3743.6865.88
HexCEAB820112513202c42
Octal31625320202145234054102
Binary110011101010101110000010010001100101100111000001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB82; }

 p { color: rgb(206,171,130); }

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

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

 a { background-color: rgb(206,171,130); }

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

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

 span { border-color: rgb(206,171,130); }

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