#CEAC83

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

Shades of Calico #CEAC83

Tints of Calico #CEAC83

Color information

#CEAC83 (or 0xCEAC83) is unknown color: approx Calico. HEX triplet: CE, AC and 83. RGB value is (206,172,131). Sum of RGB (Red+Green+Blue) = 206+172+131=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 131 (51.56% from 255 or 25.74% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAC83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEAC83 is #31537C. Grayscale: #B1B1B1. Windows color (decimal): -3232637 or 8629454. OLE color: 8629454.

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

Color convert

RGB206172131-
CMYK00.170.360.19
HSL32.8º43.35%66.08%-
HSV(B)32.8º36.41%80.78%-
XYZ44.344.2727.68-
YUV177.49101.76148.33-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 131 (51.56% from 255) = 25.74%
R=40.47%
G=33.79%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617213100.170.360.1932.843.3566.08
HexCEAC830112413212b42
Octal31625420302144234153102
Binary110011101010110010000011010001100100100111000011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAC83; }

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

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

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

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

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

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

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

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