#CBAD81

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

Shades of Calico #CBAD81

Tints of Calico #CBAD81

Color information

#CBAD81 (or 0xCBAD81) is unknown color: approx Calico. HEX triplet: CB, AD and 81. RGB value is (203,173,129). Sum of RGB (Red+Green+Blue) = 203+173+129=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 129 (50.78% from 255 or 25.54% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBAD81 is #34527E. Grayscale: #B1B1B1. Windows color (decimal): -3428991 or 8498635. OLE color: 8498635.

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

Color convert

RGB203173129-
CMYK00.150.360.20
HSL35.68º41.57%65.1%-
HSV(B)35.68º36.45%79.61%-
XYZ43.5344.1727-
YUV176.95100.94146.58-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 40.20%
GREEN value IS 173 (67.97% from 255) = 34.26%
BLUE value IS 129 (50.78% from 255) = 25.54%
R=40.20%
G=34.26%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317312900.150.360.2035.6841.5765.1
HexCBAD810F2414242a41
Octal31325520101744244452101
Binary11001011101011011000000101111100100101001001001010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD81; }

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

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

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

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

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

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

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

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