#CCB0AB

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

Shades of Cold Turkey #CCB0AB

Tints of Cold Turkey #CCB0AB

Color information

#CCB0AB (or 0xCCB0AB) is unknown color: approx Cold Turkey. HEX triplet: CC, B0 and AB. RGB value is (204,176,171). Sum of RGB (Red+Green+Blue) = 204+176+171=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 176 (69.14% from 255 or 31.94% from 551); Blue value is 171 (67.19% from 255 or 31.03% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB0AB is #334F54. Grayscale: #B7B7B7. Windows color (decimal): -3362645 or 11251916. OLE color: 11251916.

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

Color convert

RGB204176171-
CMYK00.140.160.2
HSL9.09º24.44%73.53%-
HSV(B)9.09º16.18%80%-
XYZ47.7846.8345.05-
YUV183.8120.78142.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 176 (69.14% from 255) = 31.94%
BLUE value IS 171 (67.19% from 255) = 31.03%
R=37.02%
G=31.94%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417617100.140.160.29.0924.4473.53
HexCCB0AB0E10149184a
Octal31426025301620241130112
Binary1100110010110000101010110111010000101001001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0AB; }

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

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

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

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

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

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

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

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