#CCB1AC

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

Shades of Cold Turkey #CCB1AC

Tints of Cold Turkey #CCB1AC

Color information

#CCB1AC (or 0xCCB1AC) is unknown color: approx Cold Turkey. HEX triplet: CC, B1 and AC. RGB value is (204,177,172). Sum of RGB (Red+Green+Blue) = 204+177+172=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB1AC is #334E53. Grayscale: #B8B8B8. Windows color (decimal): -3362388 or 11317708. OLE color: 11317708.

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

Color convert

RGB204177172-
CMYK00.130.160.2
HSL9.38º23.88%73.73%-
HSV(B)9.38º15.69%80%-
XYZ48.0747.2645.62-
YUV184.5120.95141.91-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.89%
GREEN value IS 177 (69.53% from 255) = 32.01%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=36.89%
G=32.01%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417717200.130.160.29.3823.8873.73
HexCCB1AC0D10149184a
Octal31426125401520241130112
Binary1100110010110001101011000110110000101001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1AC; }

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

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

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

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

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

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

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

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