#C2B2AE

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

Shades of Cold Turkey #C2B2AE

Tints of Cold Turkey #C2B2AE

Color information

#C2B2AE (or 0xC2B2AE) is unknown color: approx Cold Turkey. HEX triplet: C2, B2 and AE. RGB value is (194,178,174). Sum of RGB (Red+Green+Blue) = 194+178+174=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 174 (68.36% from 255 or 31.87% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B2AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2B2AE is #3D4D51. Grayscale: #B6B6B6. Windows color (decimal): -4017490 or 11449026. OLE color: 11449026.

HSL color Cylindrical-coordinate representation of color #C2B2AE: hue angle of 12º degrees, saturation: 0.14, 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 #C2B2AE is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB194178174-
CMYK00.080.100.24
HSL12º14.08%72.16%-
HSV(B)12º10.31%76.08%-
XYZ45.8146.3746.58-
YUV182.33123.3136.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 178 (69.92% from 255) = 32.60%
BLUE value IS 174 (68.36% from 255) = 31.87%
R=35.53%
G=32.60%
B=31.87%

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
Decimal19417817400.080.100.241214.0872.16
HexC2B2AE08A18ce48
Octal30226225601012301416110
Binary11000010101100101010111001000101011000110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B2AE; }

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

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

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

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

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

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

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

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