#C3476B

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

Shades of Cabaret #C3476B

Tints of Cabaret #C3476B

Color information

#C3476B (or 0xC3476B) is unknown color: approx Cabaret. HEX triplet: C3, 47 and 6B. RGB value is (195,71,107). Sum of RGB (Red+Green+Blue) = 195+71+107=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C3476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3476B is #3CB894. Grayscale: #707070. Windows color (decimal): -3979413 or 7030723. OLE color: 7030723.

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

Color convert

RGB19571107-
CMYK00.640.450.24
HSL342.58º50.82%52.16%-
HSV(B)342.58º63.59%76.47%-
XYZ27.4117.1715.78-
YUV112.18125.08187.07-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.28%
GREEN value IS 71 (28.12% from 255) = 19.03%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=52.28%
G=19.03%
B=28.69%

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
Decimal1957110700.640.450.24342.5850.8252.16
HexC3476B0402D181573334
Octal303107153010055305276364
Binary11000011100011111010110100000010110111000101010111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3476B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3476B; }

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

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

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

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

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

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

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

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