#CDAFAD

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

Shades of Cold Turkey #CDAFAD

Tints of Cold Turkey #CDAFAD

Color information

#CDAFAD (or 0xCDAFAD) is unknown color: approx Cold Turkey. HEX triplet: CD, AF and AD. RGB value is (205,175,173). Sum of RGB (Red+Green+Blue) = 205+175+173=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 175 (68.75% from 255 or 31.65% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAFAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDAFAD is #325052. Grayscale: #B7B7B7. Windows color (decimal): -3297363 or 11382733. OLE color: 11382733.

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

Color convert

RGB205175173-
CMYK00.150.160.20
HSL3.75º24.24%74.12%-
HSV(B)3.75º15.61%80.39%-
XYZ48.0546.6646.01-
YUV183.74121.94143.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 175 (68.75% from 255) = 31.65%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=37.07%
G=31.65%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517517300.150.160.203.7524.2474.12
HexCDAFAD0F10144184a
Octal3152572550172024430112
Binary110011011010111110101101011111000010100100110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAFAD; }

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

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

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

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

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

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

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

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