#C5B0AD

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

Shades of Cold Turkey #C5B0AD

Tints of Cold Turkey #C5B0AD

Color information

#C5B0AD (or 0xC5B0AD) is unknown color: approx Cold Turkey. HEX triplet: C5, B0 and AD. RGB value is (197,176,173). Sum of RGB (Red+Green+Blue) = 197+176+173=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 176 (69.14% from 255 or 32.23% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5B0AD is #3A4F52. Grayscale: #B5B5B5. Windows color (decimal): -3821395 or 11382981. OLE color: 11382981.

HSL color Cylindrical-coordinate representation of color #C5B0AD: hue angle of 7.5º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C5B0AD is Cyan = 0, Magento = 0.11, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB197176173-
CMYK00.110.120.23
HSL7.5º17.14%72.55%-
HSV(B)7.5º12.18%77.25%-
XYZ46.0945.9445.97-
YUV181.94122.96138.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.08%
GREEN value IS 176 (69.14% from 255) = 32.23%
BLUE value IS 173 (67.97% from 255) = 31.68%
R=36.08%
G=32.23%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19717617300.110.120.237.517.1472.55
HexC5B0AD0BC1781149
Octal30526025501314271021111
Binary110001011011000010101101010111100101111000100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B0AD; }

 p { color: rgb(197,176,173); }

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

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

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

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

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

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

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