#CBAD85

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

Shades of Calico #CBAD85

Tints of Calico #CBAD85

Color information

#CBAD85 (or 0xCBAD85) is unknown color: approx Calico. HEX triplet: CB, AD and 85. RGB value is (203,173,133). Sum of RGB (Red+Green+Blue) = 203+173+133=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 133 (52.34% from 255 or 26.13% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD85 is #34527A. Grayscale: #B1B1B1. Windows color (decimal): -3428987 or 8760779. OLE color: 8760779.

HSL color Cylindrical-coordinate representation of color #CBAD85: hue angle of 34.29º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CBAD85 is Cyan = 0, Magento = 0.15, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB203173133-
CMYK00.150.340.20
HSL34.29º40.23%65.88%-
HSV(B)34.29º34.48%79.61%-
XYZ43.8144.2828.43-
YUV177.41102.94146.25-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.88%
GREEN value IS 173 (67.97% from 255) = 33.99%
BLUE value IS 133 (52.34% from 255) = 26.13%
R=39.88%
G=33.99%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317313300.150.340.2034.2940.2365.88
HexCBAD850F2214222842
Octal31325520501742244250102
Binary11001011101011011000010101111100010101001000101010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD85; }

 p { color: rgb(203,173,133); }

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

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

 a { background-color: rgb(203,173,133); }

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

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

 span { border-color: rgb(203,173,133); }

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