#C46675

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

Shades of Cabaret #C46675

Tints of Cabaret #C46675

Color information

#C46675 (or 0xC46675) is unknown color: approx Cabaret. HEX triplet: C4, 66 and 75. RGB value is (196,102,117). Sum of RGB (Red+Green+Blue) = 196+102+117=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C46675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46675 is #3B998A. Grayscale: #838383. Windows color (decimal): -3905931 or 7694020. OLE color: 7694020.

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

Color convert

RGB196102117-
CMYK00.480.400.23
HSL350.43º44.34%58.43%-
HSV(B)350.43º47.96%76.86%-
XYZ30.7322.5219.56-
YUV131.82119.64173.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 102 (40.23% from 255) = 24.58%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=47.23%
G=24.58%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610211700.480.400.23350.4344.3458.43
HexC46675030281715e2c3a
Octal30414616506050275365472
Binary1100010011001101110101011000010100010111101011110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46675; }

 p { color: rgb(196,102,117); }

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

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

 a { background-color: rgb(196,102,117); }

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

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

 span { border-color: rgb(196,102,117); }

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