#C4476E

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

Shades of Cabaret #C4476E

Tints of Cabaret #C4476E

Color information

#C4476E (or 0xC4476E) is unknown color: approx Cabaret. HEX triplet: C4, 47 and 6E. RGB value is (196,71,110). Sum of RGB (Red+Green+Blue) = 196+71+110=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C4476E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4476E is #3BB891. Grayscale: #707070. Windows color (decimal): -3913874 or 7227332. OLE color: 7227332.

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

Color convert

RGB19671110-
CMYK00.640.440.23
HSL341.28º51.44%52.35%-
HSV(B)341.28º63.78%76.86%-
XYZ27.8317.3716.64-
YUV112.82126.41187.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.99%
GREEN value IS 71 (28.12% from 255) = 18.83%
BLUE value IS 110 (43.36% from 255) = 29.18%
R=51.99%
G=18.83%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967111000.640.440.23341.2851.4452.35
HexC4476E0402C171553334
Octal304107156010054275256364
Binary11000100100011111011100100000010110010111101010101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4476E; }

 p { color: rgb(196,71,110); }

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

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

 a { background-color: rgb(196,71,110); }

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

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

 span { border-color: rgb(196,71,110); }

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