#CEAE88

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

Shades of Calico #CEAE88

Tints of Calico #CEAE88

Color information

#CEAE88 (or 0xCEAE88) is unknown color: approx Calico. HEX triplet: CE, AE and 88. RGB value is (206,174,136). Sum of RGB (Red+Green+Blue) = 206+174+136=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 174 (68.36% from 255 or 33.72% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAE88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAE88 is #315177. Grayscale: #B3B3B3. Windows color (decimal): -3232120 or 8957646. OLE color: 8957646.

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

Color convert

RGB206174136-
CMYK00.160.340.19
HSL32.57º41.67%67.06%-
HSV(B)32.57º33.98%80.78%-
XYZ45.0345.1729.64-
YUV179.24103.6147.09-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.92%
GREEN value IS 174 (68.36% from 255) = 33.72%
BLUE value IS 136 (53.52% from 255) = 26.36%
R=39.92%
G=33.72%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617413600.160.340.1932.5741.6767.06
HexCEAE880102213212a43
Octal31625621002042234152103
Binary110011101010111010001000010000100010100111000011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAE88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAE88; }

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

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

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

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

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

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

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

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