#C46974

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

Shades of Cabaret #C46974

Tints of Cabaret #C46974

Color information

#C46974 (or 0xC46974) is unknown color: approx Cabaret. HEX triplet: C4, 69 and 74. RGB value is (196,105,116). Sum of RGB (Red+Green+Blue) = 196+105+116=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 105 (41.41% from 255 or 25.18% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C46974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46974 is #3B968B. Grayscale: #858585. Windows color (decimal): -3905164 or 7629252. OLE color: 7629252.

HSL color Cylindrical-coordinate representation of color #C46974: hue angle of 352.75º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C46974 is Cyan = 0, Magento = 0.46, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB196105116-
CMYK00.460.410.23
HSL352.75º43.54%59.02%-
HSV(B)352.75º46.43%76.86%-
XYZ30.9723.119.35-
YUV133.46118.15172.61-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 105 (41.41% from 255) = 25.18%
BLUE value IS 116 (45.70% from 255) = 27.82%
R=47.00%
G=25.18%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610511600.460.410.23352.7543.5459.02
HexC4697402E29171612c3b
Octal30415116405651275415473
Binary1100010011010011110100010111010100110111101100001101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46974; }

 p { color: rgb(196,105,116); }

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

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

 a { background-color: rgb(196,105,116); }

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

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

 span { border-color: rgb(196,105,116); }

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