#CEB481

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

Shades of Calico #CEB481

Tints of Calico #CEB481

Color information

#CEB481 (or 0xCEB481) is unknown color: approx Calico. HEX triplet: CE, B4 and 81. RGB value is (206,180,129). Sum of RGB (Red+Green+Blue) = 206+180+129=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 129 (50.78% from 255 or 25.05% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB481 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB481 is #314B7E. Grayscale: #B6B6B6. Windows color (decimal): -3230591 or 8500430. OLE color: 8500430.

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

Color convert

RGB206180129-
CMYK00.130.370.19
HSL39.74º44%65.69%-
HSV(B)39.74º37.38%80.78%-
XYZ45.7447.3527.5-
YUV181.9698.11145.15-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40%
GREEN value IS 180 (70.70% from 255) = 34.95%
BLUE value IS 129 (50.78% from 255) = 25.05%
R=40%
G=34.95%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618012900.130.370.1939.744465.69
HexCEB4810D2513282c42
Octal31626420101545235054102
Binary11001110101101001000000101101100101100111010001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB481; }

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

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

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

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

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

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

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

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