#C2B3AF

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

Shades of Cold Turkey #C2B3AF

Tints of Cold Turkey #C2B3AF

Color information

#C2B3AF (or 0xC2B3AF) is unknown color: approx Cold Turkey. HEX triplet: C2, B3 and AF. RGB value is (194,179,175). Sum of RGB (Red+Green+Blue) = 194+179+175=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B3AF is #3D4C50. Grayscale: #B7B7B7. Windows color (decimal): -4017233 or 11514818. OLE color: 11514818.

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

Color convert

RGB194179175-
CMYK00.080.100.24
HSL12.63º13.48%72.35%-
HSV(B)12.63º9.79%76.08%-
XYZ46.1146.847.16-
YUV183.03123.47135.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 179 (70.31% from 255) = 32.66%
BLUE value IS 175 (68.75% from 255) = 31.93%
R=35.40%
G=32.66%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417917500.080.100.2412.6313.4872.35
HexC2B3AF08A18dd48
Octal30226325701012301515110
Binary11000010101100111010111101000101011000110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B3AF; }

 p { color: rgb(194,179,175); }

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

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

 a { background-color: rgb(194,179,175); }

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

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

 span { border-color: rgb(194,179,175); }

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