#CCADAB

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

Shades of Cold Turkey #CCADAB

Tints of Cold Turkey #CCADAB

Color information

#CCADAB (or 0xCCADAB) is unknown color: approx Cold Turkey. HEX triplet: CC, AD and AB. RGB value is (204,173,171). Sum of RGB (Red+Green+Blue) = 204+173+171=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADAB is #335254. Grayscale: #B6B6B6. Windows color (decimal): -3363413 or 11251148. OLE color: 11251148.

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

Color convert

RGB204173171-
CMYK00.150.160.2
HSL3.64º24.44%73.53%-
HSV(B)3.64º16.18%80%-
XYZ47.245.6644.85-
YUV182.04121.77143.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.23%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 171 (67.19% from 255) = 31.20%
R=37.23%
G=31.57%
B=31.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417317100.150.160.23.6424.4473.53
HexCCADAB0F10144184a
Octal3142552530172024430112
Binary110011001010110110101011011111000010100100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADAB; }

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

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

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

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

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

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

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

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