#CCADAC

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

Shades of Cold Turkey #CCADAC

Tints of Cold Turkey #CCADAC

Color information

#CCADAC (or 0xCCADAC) is unknown color: approx Cold Turkey. HEX triplet: CC, AD and AC. RGB value is (204,173,172). Sum of RGB (Red+Green+Blue) = 204+173+172=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 172 (67.58% from 255 or 31.33% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCADAC is #335253. Grayscale: #B6B6B6. Windows color (decimal): -3363412 or 11316684. OLE color: 11316684.

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

Color convert

RGB204173172-
CMYK00.150.160.2
HSL1.88º23.88%73.73%-
HSV(B)1.88º15.69%80%-
XYZ47.2945.745.36-
YUV182.15122.27143.58-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.16%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 172 (67.58% from 255) = 31.33%
R=37.16%
G=31.51%
B=31.33%

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
Decimal20417317200.150.160.21.8823.8873.73
HexCCADAC0F10142184a
Octal3142552540172024230112
Binary11001100101011011010110001111100001010010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCADAC; }

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

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

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

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

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

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

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

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