#CCB2B2

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

Shades of Cold Turkey #CCB2B2

Tints of Cold Turkey #CCB2B2

Color information

#CCB2B2 (or 0xCCB2B2) is unknown color: approx Cold Turkey. HEX triplet: CC, B2 and B2. RGB value is (204,178,178). Sum of RGB (Red+Green+Blue) = 204+178+178=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 178 (69.92% from 255 or 31.79% from 560); Blue value is 178 (69.92% from 255 or 31.79% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2B2 is #334D4D. Grayscale: #B9B9B9. Windows color (decimal): -3362126 or 11711180. OLE color: 11711180.

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

Color convert

RGB204178178-
CMYK00.130.130.2
HSL20.31%74.9%-
HSV(B)12.75%80%-
XYZ48.8647.8948.79-
YUV185.77123.61141-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 178 (69.92% from 255) = 31.79%
BLUE value IS 178 (69.92% from 255) = 31.79%
R=36.43%
G=31.79%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417817800.130.130.2020.3174.9
HexCCB2B20DD140144b
Octal3142622620151524024113
Binary110011001011001010110010011011101101000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2B2; }

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

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

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

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

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

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

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

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