#CCB3B2

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

Shades of Cold Turkey #CCB3B2

Tints of Cold Turkey #CCB3B2

Color information

#CCB3B2 (or 0xCCB3B2) is unknown color: approx Cold Turkey. HEX triplet: CC, B3 and B2. RGB value is (204,179,178). Sum of RGB (Red+Green+Blue) = 204+179+178=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 179 (70.31% from 255 or 31.91% from 561); Blue value is 178 (69.92% from 255 or 31.73% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3B2 is #334C4D. Grayscale: #BABABA. Windows color (decimal): -3361870 or 11711436. OLE color: 11711436.

HSL color Cylindrical-coordinate representation of color #CCB3B2: hue angle of 2.31º 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 #CCB3B2 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB204179178-
CMYK00.120.130.2
HSL2.31º20.31%74.9%-
HSV(B)2.31º12.75%80%-
XYZ49.0648.2948.86-
YUV186.36123.28140.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.36%
GREEN value IS 179 (70.31% from 255) = 31.91%
BLUE value IS 178 (69.92% from 255) = 31.73%
R=36.36%
G=31.91%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417917800.120.130.22.3120.3174.9
HexCCB3B20CD142144b
Octal3142632620141524224113
Binary1100110010110011101100100110011011010010101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3B2; }

 p { color: rgb(204,179,178); }

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

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

 a { background-color: rgb(204,179,178); }

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

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

 span { border-color: rgb(204,179,178); }

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