#C3466C

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

Shades of Cabaret #C3466C

Tints of Cabaret #C3466C

Color information

#C3466C (or 0xC3466C) is unknown color: approx Cabaret. HEX triplet: C3, 46 and 6C. RGB value is (195,70,108). Sum of RGB (Red+Green+Blue) = 195+70+108=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3466C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3466C is #3CB993. Grayscale: #6F6F6F. Windows color (decimal): -3979668 or 7096003. OLE color: 7096003.

HSL color Cylindrical-coordinate representation of color #C3466C: hue angle of 341.76º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3466C is Cyan = 0, Magento = 0.64, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19570108-
CMYK00.640.450.24
HSL341.76º51.02%51.96%-
HSV(B)341.76º64.1%76.47%-
XYZ27.417.0716.04-
YUV111.71125.91187.41-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.28%
GREEN value IS 70 (27.73% from 255) = 18.77%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=52.28%
G=18.77%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957010800.640.450.24341.7651.0251.96
HexC3466C0402D181563334
Octal303106154010055305266364
Binary11000011100011011011000100000010110111000101010110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3466C; }

 p { color: rgb(195,70,108); }

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

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

 a { background-color: rgb(195,70,108); }

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

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

 span { border-color: rgb(195,70,108); }

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