#C34B65

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

Shades of Cabaret #C34B65

Tints of Cabaret #C34B65

Color information

#C34B65 (or 0xC34B65) is unknown color: approx Cabaret. HEX triplet: C3, 4B and 65. RGB value is (195,75,101). Sum of RGB (Red+Green+Blue) = 195+75+101=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B65 is #3CB49A. Grayscale: #717171. Windows color (decimal): -3978395 or 6638531. OLE color: 6638531.

HSL color Cylindrical-coordinate representation of color #C34B65: hue angle of 347º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34B65 is Cyan = 0, Magento = 0.62, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB19575101-
CMYK00.620.480.24
HSL347º50%52.94%-
HSV(B)347º61.54%76.47%-
XYZ27.3717.5714.26-
YUV113.84120.76185.89-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 75 (29.69% from 255) = 20.22%
BLUE value IS 101 (39.84% from 255) = 27.22%
R=52.56%
G=20.22%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957510100.620.480.243475052.94
HexC34B6503E301815b3235
Octal30311314507660305336265
Binary1100001110010111100101011111011000011000101011011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B65; }

 p { color: rgb(195,75,101); }

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

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

 a { background-color: rgb(195,75,101); }

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

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

 span { border-color: rgb(195,75,101); }

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