#C2B2AD

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

Shades of Cold Turkey #C2B2AD

Tints of Cold Turkey #C2B2AD

Color information

#C2B2AD (or 0xC2B2AD) is unknown color: approx Cold Turkey. HEX triplet: C2, B2 and AD. RGB value is (194,178,173). Sum of RGB (Red+Green+Blue) = 194+178+173=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 173 (67.97% from 255 or 31.74% from 545); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B2AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B2AD is #3D4D52. Grayscale: #B6B6B6. Windows color (decimal): -4017491 or 11383490. OLE color: 11383490.

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

Color convert

RGB194178173-
CMYK00.080.110.24
HSL14.29º14.69%71.96%-
HSV(B)14.29º10.82%76.08%-
XYZ45.7146.3346.07-
YUV182.21122.8136.41-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 173 (67.97% from 255) = 31.74%
R=35.60%
G=32.66%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417817300.080.110.2414.2914.6971.96
HexC2B2AD08B18ef48
Octal30226225501013301617110
Binary11000010101100101010110101000101111000111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B2AD; }

 p { color: rgb(194,178,173); }

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

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

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

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

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

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

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