#CBAE80

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

Shades of Calico #CBAE80

Tints of Calico #CBAE80

Color information

#CBAE80 (or 0xCBAE80) is unknown color: approx Calico. HEX triplet: CB, AE and 80. RGB value is (203,174,128). Sum of RGB (Red+Green+Blue) = 203+174+128=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 128 (50.39% from 255 or 25.35% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAE80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAE80 is #34517F. Grayscale: #B1B1B1. Windows color (decimal): -3428736 or 8433355. OLE color: 8433355.

HSL color Cylindrical-coordinate representation of color #CBAE80: hue angle of 36.8º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CBAE80 is Cyan = 0, Magento = 0.14, Yellow = 0.37 and Black (K on CMYK) = 0.20.

Color convert

RGB203174128-
CMYK00.140.370.20
HSL36.8º41.9%64.9%-
HSV(B)36.8º36.95%79.61%-
XYZ43.6644.5326.72-
YUV177.43100.11146.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 174 (68.36% from 255) = 34.46%
BLUE value IS 128 (50.39% from 255) = 25.35%
R=40.20%
G=34.46%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317412800.140.370.2036.841.964.9
HexCBAE800E2514252a41
Octal31325620001645244552101
Binary11001011101011101000000001110100101101001001011010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAE80; }

 p { color: rgb(203,174,128); }

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

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

 a { background-color: rgb(203,174,128); }

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

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

 span { border-color: rgb(203,174,128); }

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