#CEAC82

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

Shades of Calico #CEAC82

Tints of Calico #CEAC82

Color information

#CEAC82 (or 0xCEAC82) is unknown color: approx Calico. HEX triplet: CE, AC and 82. RGB value is (206,172,130). Sum of RGB (Red+Green+Blue) = 206+172+130=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 130 (51.17% from 255 or 25.59% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAC82 is #31537D. Grayscale: #B1B1B1. Windows color (decimal): -3232638 or 8563918. OLE color: 8563918.

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

Color convert

RGB206172130-
CMYK00.170.370.19
HSL33.16º43.68%65.88%-
HSV(B)33.16º36.89%80.78%-
XYZ44.2444.2427.33-
YUV177.38101.26148.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.55%
GREEN value IS 172 (67.58% from 255) = 33.86%
BLUE value IS 130 (51.17% from 255) = 25.59%
R=40.55%
G=33.86%
B=25.59%

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
Decimal20617213000.170.370.1933.1643.6865.88
HexCEAC820112513212c42
Octal31625420202145234154102
Binary110011101010110010000010010001100101100111000011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAC82; }

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

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

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

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

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

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

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

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