#C34569

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

Shades of Cabaret #C34569

Tints of Cabaret #C34569

Color information

#C34569 (or 0xC34569) is unknown color: approx Cabaret. HEX triplet: C3, 45 and 69. RGB value is (195,69,105). Sum of RGB (Red+Green+Blue) = 195+69+105=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C34569 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34569 is #3CBA96. Grayscale: #6E6E6E. Windows color (decimal): -3979927 or 6899139. OLE color: 6899139.

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

Color convert

RGB19569105-
CMYK00.650.460.24
HSL342.86º51.22%51.76%-
HSV(B)342.86º64.62%76.47%-
XYZ27.1816.8815.19-
YUV110.78124.74188.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.85%
GREEN value IS 69 (27.34% from 255) = 18.70%
BLUE value IS 105 (41.41% from 255) = 28.46%
R=52.85%
G=18.70%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956910500.650.460.24342.8651.2251.76
HexC345690412E181573334
Octal303105151010156305276364
Binary11000011100010111010010100000110111011000101010111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34569; }

 p { color: rgb(195,69,105); }

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

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

 a { background-color: rgb(195,69,105); }

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

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

 span { border-color: rgb(195,69,105); }

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