#CDADAB

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

Shades of Cold Turkey #CDADAB

Tints of Cold Turkey #CDADAB

Color information

#CDADAB (or 0xCDADAB) is unknown color: approx Cold Turkey. HEX triplet: CD, AD and AB. RGB value is (205,173,171). Sum of RGB (Red+Green+Blue) = 205+173+171=549 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.34% from 549); Green value is 173 (67.97% from 255 or 31.51% from 549); Blue value is 171 (67.19% from 255 or 31.15% from 549); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDADAB is #325254. Grayscale: #B6B6B6. Windows color (decimal): -3297877 or 11251149. OLE color: 11251149.

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

Color convert

RGB205173171-
CMYK00.160.170.20
HSL3.53º25.37%73.73%-
HSV(B)3.53º16.59%80.39%-
XYZ47.4745.8144.87-
YUV182.34121.6144.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.34%
GREEN value IS 173 (67.97% from 255) = 31.51%
BLUE value IS 171 (67.19% from 255) = 31.15%
R=37.34%
G=31.51%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517317100.160.170.203.5325.3773.73
HexCDADAB01011144194a
Octal3152552530202124431112
Binary1100110110101101101010110100001000110100100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADAB; }

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

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

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

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

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

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

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

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