#C3B2AC

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

Shades of Cold Turkey #C3B2AC

Tints of Cold Turkey #C3B2AC

Color information

#C3B2AC (or 0xC3B2AC) is unknown color: approx Cold Turkey. HEX triplet: C3, B2 and AC. RGB value is (195,178,172). Sum of RGB (Red+Green+Blue) = 195+178+172=545 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.78% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B2AC is #3C4D53. Grayscale: #B6B6B6. Windows color (decimal): -3951956 or 11317955. OLE color: 11317955.

HSL color Cylindrical-coordinate representation of color #C3B2AC: hue angle of 15.65º 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 #C3B2AC is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195178172-
CMYK00.090.120.24
HSL15.65º16.08%71.96%-
HSV(B)15.65º11.79%76.47%-
XYZ45.8746.4245.57-
YUV182.4122.13136.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.78%
GREEN value IS 178 (69.92% from 255) = 32.66%
BLUE value IS 172 (67.58% from 255) = 31.56%
R=35.78%
G=32.66%
B=31.56%

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
Decimal19517817200.090.120.2415.6516.0871.96
HexC3B2AC09C18101048
Octal30326225401114302020110
Binary1100001110110010101011000100111001100010000100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B2AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B2AC; }

 p { color: rgb(195,178,172); }

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

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

 a { background-color: rgb(195,178,172); }

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

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

 span { border-color: rgb(195,178,172); }

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