#C3B0AA

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

Shades of Cold Turkey #C3B0AA

Tints of Cold Turkey #C3B0AA

Color information

#C3B0AA (or 0xC3B0AA) is unknown color: approx Cold Turkey. HEX triplet: C3, B0 and AA. RGB value is (195,176,170). Sum of RGB (Red+Green+Blue) = 195+176+170=541 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.04% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3B0AA is #3C4F55. Grayscale: #B5B5B5. Windows color (decimal): -3952470 or 11186371. OLE color: 11186371.

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

Color convert

RGB195176170-
CMYK00.100.130.24
HSL14.4º17.24%71.57%-
HSV(B)14.4º12.82%76.47%-
XYZ45.2945.5644.44-
YUV181121.79137.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.04%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 170 (66.80% from 255) = 31.42%
R=36.04%
G=32.53%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19517617000.100.130.2414.417.2471.57
HexC3B0AA0AD18e1148
Octal30326025201215301621110
Binary110000111011000010101010010101101110001110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B0AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B0AA; }

 p { color: rgb(195,176,170); }

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

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

 a { background-color: rgb(195,176,170); }

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

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

 span { border-color: rgb(195,176,170); }

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