#CBB0AB

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

Shades of Cold Turkey #CBB0AB

Tints of Cold Turkey #CBB0AB

Color information

#CBB0AB (or 0xCBB0AB) is unknown color: approx Cold Turkey. HEX triplet: CB, B0 and AB. RGB value is (203,176,171). Sum of RGB (Red+Green+Blue) = 203+176+171=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 176 (69.14% from 255 or 32% from 550); Blue value is 171 (67.19% from 255 or 31.09% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB0AB is #344F54. Grayscale: #B7B7B7. Windows color (decimal): -3428181 or 11251915. OLE color: 11251915.

HSL color Cylindrical-coordinate representation of color #CBB0AB: hue angle of 9.38º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB0AB is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB203176171-
CMYK00.130.160.20
HSL9.38º23.53%73.33%-
HSV(B)9.38º15.76%79.61%-
XYZ47.546.6945.04-
YUV183.5120.95141.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.91%
GREEN value IS 176 (69.14% from 255) = 32%
BLUE value IS 171 (67.19% from 255) = 31.09%
R=36.91%
G=32%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317617100.130.160.209.3823.5373.33
HexCBB0AB0D101491849
Octal31326025301520241130111
Binary1100101110110000101010110110110000101001001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0AB; }

 p { color: rgb(203,176,171); }

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

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

 a { background-color: rgb(203,176,171); }

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

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

 span { border-color: rgb(203,176,171); }

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