#CDADA9

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

Shades of Cold Turkey #CDADA9

Tints of Cold Turkey #CDADA9

Color information

#CDADA9 (or 0xCDADA9) is unknown color: approx Cold Turkey. HEX triplet: CD, AD and A9. RGB value is (205,173,169). Sum of RGB (Red+Green+Blue) = 205+173+169=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 169 (66.41% from 255 or 30.90% from 547); Max value from RGB is 205 - color contains mainly: red. Hex color #CDADA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDADA9 is #325256. Grayscale: #B6B6B6. Windows color (decimal): -3297879 or 11120077. OLE color: 11120077.

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

Color convert

RGB205173169-
CMYK00.160.180.20
HSL6.67º26.47%73.33%-
HSV(B)6.67º17.56%80.39%-
XYZ47.2845.7343.87-
YUV182.11120.6144.33-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.48%
GREEN value IS 173 (67.97% from 255) = 31.63%
BLUE value IS 169 (66.41% from 255) = 30.90%
R=37.48%
G=31.63%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517316900.160.180.206.6726.4773.33
HexCDADA9010121471a49
Octal3152552510202224732111
Binary1100110110101101101010010100001001010100111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDADA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDADA9; }

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

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

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

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

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

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

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

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