#C46B6D

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

Shades of Cabaret #C46B6D

Tints of Cabaret #C46B6D

Color information

#C46B6D (or 0xC46B6D) is unknown color: approx Cabaret. HEX triplet: C4, 6B and 6D. RGB value is (196,107,109). Sum of RGB (Red+Green+Blue) = 196+107+109=412 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.57% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 109 (42.97% from 255 or 26.46% from 412); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46B6D is #3B9492. Grayscale: #858585. Windows color (decimal): -3904659 or 7171012. OLE color: 7171012.

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

Color convert

RGB196107109-
CMYK00.450.440.23
HSL358.65º43%59.41%-
HSV(B)358.65º45.41%76.86%-
XYZ30.7823.3617.35-
YUV133.84113.99172.34-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.57%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 109 (42.97% from 255) = 26.46%
R=47.57%
G=25.97%
B=26.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610710900.450.440.23358.654359.41
HexC46B6D02D2C171672b3b
Octal30415315505554275475373
Binary1100010011010111101101010110110110010111101100111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46B6D; }

 p { color: rgb(196,107,109); }

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

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

 a { background-color: rgb(196,107,109); }

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

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

 span { border-color: rgb(196,107,109); }

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