#C46B6C

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

Shades of Cabaret #C46B6C

Tints of Cabaret #C46B6C

Color information

#C46B6C (or 0xC46B6C) is unknown color: approx Cabaret. HEX triplet: C4, 6B and 6C. RGB value is (196,107,108). Sum of RGB (Red+Green+Blue) = 196+107+108=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46B6C is #3B9493. Grayscale: #858585. Windows color (decimal): -3904660 or 7105476. OLE color: 7105476.

HSL color Cylindrical-coordinate representation of color #C46B6C: hue angle of 359.33º 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 #C46B6C is Cyan = 0, Magento = 0.45, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB196107108-
CMYK00.450.450.23
HSL359.33º43%59.41%-
HSV(B)359.33º45.41%76.86%-
XYZ30.7323.3317.07-
YUV133.72113.49172.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.69%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 108 (42.58% from 255) = 26.28%
R=47.69%
G=26.03%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610710800.450.450.23359.334359.41
HexC46B6C02D2D171672b3b
Octal30415315405555275475373
Binary1100010011010111101100010110110110110111101100111101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46B6C; }

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

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

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

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

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

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

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

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