#C2B0AB

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

Shades of Cold Turkey #C2B0AB

Tints of Cold Turkey #C2B0AB

Color information

#C2B0AB (or 0xC2B0AB) is unknown color: approx Cold Turkey. HEX triplet: C2, B0 and AB. RGB value is (194,176,171). Sum of RGB (Red+Green+Blue) = 194+176+171=541 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.86% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 171 (67.19% from 255 or 31.61% from 541); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B0AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B0AB is #3D4F54. Grayscale: #B4B4B4. Windows color (decimal): -4018005 or 11251906. OLE color: 11251906.

HSL color Cylindrical-coordinate representation of color #C2B0AB: hue angle of 13.04º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2B0AB is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB194176171-
CMYK00.090.120.24
HSL13.04º15.86%71.57%-
HSV(B)13.04º11.86%76.08%-
XYZ45.1245.4644.92-
YUV180.81122.46137.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.86%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 171 (67.19% from 255) = 31.61%
R=35.86%
G=32.53%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417617100.090.120.2413.0415.8671.57
HexC2B0AB09C18d1048
Octal30226025301114301520110
Binary110000101011000010101011010011100110001101100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B0AB; }

 p { color: rgb(194,176,171); }

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

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

 a { background-color: rgb(194,176,171); }

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

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

 span { border-color: rgb(194,176,171); }

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