#CBB182

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

Shades of Calico #CBB182

Tints of Calico #CBB182

Color information

#CBB182 (or 0xCBB182) is unknown color: approx Calico. HEX triplet: CB, B1 and 82. RGB value is (203,177,130). Sum of RGB (Red+Green+Blue) = 203+177+130=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 130 (51.17% from 255 or 25.49% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB182 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB182 is #344E7D. Grayscale: #B3B3B3. Windows color (decimal): -3427966 or 8565195. OLE color: 8565195.

HSL color Cylindrical-coordinate representation of color #CBB182: hue angle of 38.63º degrees, saturation: 0.41, 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 #CBB182 is Cyan = 0, Magento = 0.13, Yellow = 0.36 and Black (K on CMYK) = 0.20.

Color convert

RGB203177130-
CMYK00.130.360.20
HSL38.63º41.24%65.29%-
HSV(B)38.63º35.96%79.61%-
XYZ44.3845.7527.61-
YUV179.42100.11144.82-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 177 (69.53% from 255) = 34.71%
BLUE value IS 130 (51.17% from 255) = 25.49%
R=39.80%
G=34.71%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317713000.130.360.2038.6341.2465.29
HexCBB1820D2414272941
Octal31326120201544244751101
Binary11001011101100011000001001101100100101001001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB182; }

 p { color: rgb(203,177,130); }

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

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

 a { background-color: rgb(203,177,130); }

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

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

 span { border-color: rgb(203,177,130); }

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