Html Css Color HEX #C44F71 Cabaret

📋 copy color: '#C44F71'

red 196 ◦ green 79 ◦ blue 113

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

Shades of Cabaret #C44F71

Tints of Cabaret #C44F71

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.36%

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

R = 50.52%
G = 20.36%
B = 29.12%

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

#C44F71 (or 0xC44F71) is known color: Cabaret. HEX triplet: C4, 4F and 71. RGB value is (196,79,113). Sum of RGB (Red+Green+Blue) = 196+79+113=388 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.52% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 113 (44.53% from 255 or 29.12% from 388); Max value from RGB is 196 - color contains mainly: red. Hex color #C44F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44F71 is #3BB08E. Grayscale: #757575. Windows color (decimal): -3911823 or 7425988. OLE color: 7425988.

HSL color Cylindrical-coordinate representation of color #C44F71: hue angle of 342.56º 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 #C44F71 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 79 113 -
CMYK 0 0.60 0.42 0.23
HSL 342.56º 0.5% 0.54% -
HSV(B) 342.56º 0.6% 0.77% -
XYZ 28.54 18.52 17.69 -
YUV 117.86 125.26 183.74 -
System Red Green Blue C M Y K H S L
Decimal 196 79 113 0 0.60 0.42 0.23 342.56 0.5 0.54
Hex C4 4F 71 0 3C 2A 17 157 32 36
Octal 304 117 161 0 74 52 27 527 62 66
Binary 11000100 1001111 1110001 0 111100 101010 10111 101010111 110010 110110

Color Harmonies of #C44F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44F71

Black with #C44F71

Text Example


Text Example

White with #C44F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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