Html Css Color HEX #C44E71 Cabaret

📋 copy color: '#C44E71'

red 196 ◦ green 78 ◦ blue 113

#C44E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #C44E71

Tints of Cabaret #C44E71

RGB

 RED value IS 196 (76.95% from 255) = 50.65%

 GREEN value IS 78 (30.86% from 255) = 20.16%

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 50.65%
G = 20.16%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C44E71 (or 0xC44E71) is known color: Cabaret. HEX triplet: C4, 4E and 71. RGB value is (196,78,113). Sum of RGB (Red+Green+Blue) = 196+78+113=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 78 (30.86% from 255 or 20.16% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44E71 is #3BB18E. Grayscale: #757575. Windows color (decimal): -3912079 or 7425732. OLE color: 7425732.

HSL color Cylindrical-coordinate representation of color #C44E71: hue angle of 342.2º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C44E71 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 78 113 -
CMYK 0 0.60 0.42 0.23
HSL 342.2º 0.5% 0.54% -
HSV(B) 342.2º 0.6% 0.77% -
XYZ 28.47 18.38 17.67 -
YUV 117.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 196 78 113 0 0.60 0.42 0.23 342.2 0.5 0.54
Hex C4 4E 71 0 3C 2A 17 156 32 36
Octal 304 116 161 0 74 52 27 526 62 66
Binary 11000100 1001110 1110001 0 111100 101010 10111 101010110 110010 110110

Color Harmonies of #C44E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44E71

Black with #C44E71

Text Example


Text Example

White with #C44E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44E71; }

 p { color: rgb(196,78,113); }

 H1.HeaderClassName
 {
   color: #C44E71;
 }
 .AnyTagClassName
 {
   color: #C44E71;
 }
</style>

background-color css

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

 a { background-color: rgb(196,78,113); }

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

border-color css

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

 span { border-color: rgb(196,78,113); }

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