#C34B6B

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

Shades of Cabaret #C34B6B

Tints of Cabaret #C34B6B

Color information

#C34B6B (or 0xC34B6B) is unknown color: approx Cabaret. HEX triplet: C3, 4B and 6B. RGB value is (195,75,107). Sum of RGB (Red+Green+Blue) = 195+75+107=377 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.72% from 377); Green value is 75 (29.69% from 255 or 19.89% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34B6B is #3CB494. Grayscale: #727272. Windows color (decimal): -3978389 or 7031747. OLE color: 7031747.

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

Color convert

RGB19575107-
CMYK00.620.450.24
HSL344º50%52.94%-
HSV(B)344º61.54%76.47%-
XYZ27.6817.715.87-
YUV114.53123.76185.4-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.72%
GREEN value IS 75 (29.69% from 255) = 19.89%
BLUE value IS 107 (42.19% from 255) = 28.38%
R=51.72%
G=19.89%
B=28.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957510700.620.450.243445052.94
HexC34B6B03E2D181583235
Octal30311315307655305306265
Binary1100001110010111101011011111010110111000101011000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34B6B; }

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

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

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

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

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

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

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

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