#CCB1B0

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

Shades of Cold Turkey #CCB1B0

Tints of Cold Turkey #CCB1B0

Color information

#CCB1B0 (or 0xCCB1B0) is unknown color: approx Cold Turkey. HEX triplet: CC, B1 and B0. RGB value is (204,177,176). Sum of RGB (Red+Green+Blue) = 204+177+176=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 177 (69.53% from 255 or 31.78% from 557); Blue value is 176 (69.14% from 255 or 31.60% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB1B0 is #334E4F. Grayscale: #B8B8B8. Windows color (decimal): -3362384 or 11579852. OLE color: 11579852.

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

Color convert

RGB204177176-
CMYK00.130.140.2
HSL2.14º21.54%74.51%-
HSV(B)2.14º13.73%80%-
XYZ48.4647.4247.67-
YUV184.96122.95141.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.62%
GREEN value IS 177 (69.53% from 255) = 31.78%
BLUE value IS 176 (69.14% from 255) = 31.60%
R=36.62%
G=31.78%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417717600.130.140.22.1421.5474.51
HexCCB1B00DE142164b
Octal3142612600151624226113
Binary1100110010110001101100000110111101010010101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1B0; }

 p { color: rgb(204,177,176); }

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

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

 a { background-color: rgb(204,177,176); }

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

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

 span { border-color: rgb(204,177,176); }

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