#CCB3B3

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

Shades of Cold Turkey #CCB3B3

Tints of Cold Turkey #CCB3B3

Color information

#CCB3B3 (or 0xCCB3B3) is unknown color: approx Cold Turkey. HEX triplet: CC, B3 and B3. RGB value is (204,179,179). Sum of RGB (Red+Green+Blue) = 204+179+179=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 179 (70.31% from 255 or 31.85% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3B3 is #334C4C. Grayscale: #BABABA. Windows color (decimal): -3361869 or 11776972. OLE color: 11776972.

HSL color Cylindrical-coordinate representation of color #CCB3B3: 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.12%. Process color model (Four color, CMYK) of #CCB3B3 is Cyan = 0, Magento = 0.12, Yellow = 0.12 and Black (K on CMYK) = 0.2.

Color convert

RGB204179179-
CMYK00.120.120.2
HSL19.69%75.1%-
HSV(B)12.25%80%-
XYZ49.1648.3349.39-
YUV186.48123.78140.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.30%
GREEN value IS 179 (70.31% from 255) = 31.85%
BLUE value IS 179 (70.31% from 255) = 31.85%
R=36.30%
G=31.85%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417917900.120.120.2019.6975.1
HexCCB3B30CC140144b
Octal3142632630141424024113
Binary110011001011001110110011011001100101000101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3B3; }

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

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

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

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

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

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

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

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