#C5B8B4

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

Shades of Cold Turkey #C5B8B4

Tints of Cold Turkey #C5B8B4

Color information

#C5B8B4 (or 0xC5B8B4) is unknown color: approx Cold Turkey. HEX triplet: C5, B8 and B4. RGB value is (197,184,180). Sum of RGB (Red+Green+Blue) = 197+184+180=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 184 (72.27% from 255 or 32.80% from 561); Blue value is 180 (70.70% from 255 or 32.09% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5B8B4 is #3A474B. Grayscale: #BBBBBB. Windows color (decimal): -3819340 or 11843781. OLE color: 11843781.

HSL color Cylindrical-coordinate representation of color #C5B8B4: hue angle of 14.12º degrees, saturation: 0.13, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C5B8B4 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB197184180-
CMYK00.070.090.23
HSL14.12º12.78%73.92%-
HSV(B)14.12º8.63%77.25%-
XYZ48.449.4550.17-
YUV187.43123.81134.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.12%
GREEN value IS 184 (72.27% from 255) = 32.80%
BLUE value IS 180 (70.70% from 255) = 32.09%
R=35.12%
G=32.80%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19718418000.070.090.2314.1212.7873.92
HexC5B8B407917ed4a
Octal3052702640711271615112
Binary1100010110111000101101000111100110111111011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5B8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5B8B4; }

 p { color: rgb(197,184,180); }

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

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

 a { background-color: rgb(197,184,180); }

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

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

 span { border-color: rgb(197,184,180); }

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