#CDADAA

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

Shades of Cold Turkey #CDADAA

Tints of Cold Turkey #CDADAA

Color information

#CDADAA (or 0xCDADAA) is unknown color: approx Cold Turkey. HEX triplet: CD, AD and AA. RGB value is (205,173,170). Sum of RGB (Red+Green+Blue) = 205+173+170=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 170 (66.80% from 255 or 31.02% from 548); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDADAA is #325255. Grayscale: #B6B6B6. Windows color (decimal): -3297878 or 11185613. OLE color: 11185613.

HSL color Cylindrical-coordinate representation of color #CDADAA: hue angle of 5.14º degrees, saturation: 0.26, 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 #CDADAA is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB205173170-
CMYK00.160.170.20
HSL5.14º25.93%73.53%-
HSV(B)5.14º17.07%80.39%-
XYZ47.3845.7744.37-
YUV182.23121.1144.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.41%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 170 (66.80% from 255) = 31.02%
R=37.41%
G=31.57%
B=31.02%

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
Decimal20517317000.160.170.205.1425.9373.53
HexCDADAA010111451a4a
Octal3152552520202124532112
Binary1100110110101101101010100100001000110100101110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADAA; }

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

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

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

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

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

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

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

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