#CBB3B1

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

Shades of Cold Turkey #CBB3B1

Tints of Cold Turkey #CBB3B1

Color information

#CBB3B1 (or 0xCBB3B1) is unknown color: approx Cold Turkey. HEX triplet: CB, B3 and B1. RGB value is (203,179,177). Sum of RGB (Red+Green+Blue) = 203+179+177=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 179 (70.31% from 255 or 32.02% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB3B1 is #344C4E. Grayscale: #B9B9B9. Windows color (decimal): -3427407 or 11645899. OLE color: 11645899.

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

Color convert

RGB203179177-
CMYK00.120.130.20
HSL4.62º20%74.51%-
HSV(B)4.62º12.81%79.61%-
XYZ48.6848.1148.32-
YUV185.95122.95140.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.31%
GREEN value IS 179 (70.31% from 255) = 32.02%
BLUE value IS 177 (69.53% from 255) = 31.66%
R=36.31%
G=32.02%
B=31.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317917700.120.130.204.622074.51
HexCBB3B10CD145144b
Octal3132632610141524524113
Binary11001011101100111011000101100110110100101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3B1; }

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

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

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

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

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

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

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

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