#CFADAD

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

Shades of Cold Turkey #CFADAD

Tints of Cold Turkey #CFADAD

Color information

#CFADAD (or 0xCFADAD) is unknown color: approx Cold Turkey. HEX triplet: CF, AD and AD. RGB value is (207,173,173). Sum of RGB (Red+Green+Blue) = 207+173+173=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFADAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFADAD is #305252. Grayscale: #B7B7B7. Windows color (decimal): -3166803 or 11382223. OLE color: 11382223.

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

Color convert

RGB207173173-
CMYK00.160.160.19
HSL26.15%74.51%-
HSV(B)16.43%81.18%-
XYZ48.2246.1745.91-
YUV183.17122.26145-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.43%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=37.43%
G=31.28%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717317300.160.160.19026.1574.51
HexCFADAD010101301a4b
Octal3172552550202023032113
Binary11001111101011011010110101000010000100110110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFADAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFADAD; }

 p { color: rgb(207,173,173); }

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

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

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

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

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

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

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