#CDAFAA

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

Shades of Cold Turkey #CDAFAA

Tints of Cold Turkey #CDAFAA

Color information

#CDAFAA (or 0xCDAFAA) is unknown color: approx Cold Turkey. HEX triplet: CD, AF and AA. RGB value is (205,175,170). Sum of RGB (Red+Green+Blue) = 205+175+170=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAFAA is #325055. Grayscale: #B7B7B7. Windows color (decimal): -3297366 or 11186125. OLE color: 11186125.

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

Color convert

RGB205175170-
CMYK00.150.170.20
HSL8.57º25.93%73.53%-
HSV(B)8.57º17.07%80.39%-
XYZ47.7646.5444.5-
YUV183.4120.44143.41-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.27%
GREEN value IS 175 (68.75% from 255) = 31.82%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=37.27%
G=31.82%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517517000.150.170.208.5725.9373.53
HexCDAFAA0F111491a4a
Octal31525725201721241132112
Binary1100110110101111101010100111110001101001001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFAA; }

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

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

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

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

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

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

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

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