#C3B3AE

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

Shades of Cold Turkey #C3B3AE

Tints of Cold Turkey #C3B3AE

Color information

#C3B3AE (or 0xC3B3AE) is unknown color: approx Cold Turkey. HEX triplet: C3, B3 and AE. RGB value is (195,179,174). Sum of RGB (Red+Green+Blue) = 195+179+174=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 174 (68.36% from 255 or 31.75% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B3AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B3AE is #3C4C51. Grayscale: #B7B7B7. Windows color (decimal): -3951698 or 11449283. OLE color: 11449283.

HSL color Cylindrical-coordinate representation of color #C3B3AE: 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 #C3B3AE is Cyan = 0, Magento = 0.08, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB195179174-
CMYK00.080.110.24
HSL14.29º14.89%72.35%-
HSV(B)14.29º10.77%76.47%-
XYZ46.2746.946.66-
YUV183.21122.8136.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.58%
GREEN value IS 179 (70.31% from 255) = 32.66%
BLUE value IS 174 (68.36% from 255) = 31.75%
R=35.58%
G=32.66%
B=31.75%

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
Decimal19517917400.080.110.2414.2914.8972.35
HexC3B3AE08B18ef48
Octal30326325601013301617110
Binary11000011101100111010111001000101111000111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B3AE; }

 p { color: rgb(195,179,174); }

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

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

 a { background-color: rgb(195,179,174); }

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

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

 span { border-color: rgb(195,179,174); }

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