Html Css Color HEX #C24F71 Cabaret

📋 copy color: '#C24F71'

red 194 ◦ green 79 ◦ blue 113

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

Shades of Cabaret #C24F71

Tints of Cabaret #C24F71

RGB

 RED value IS 194 (76.17% from 255) = 50.26%

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

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

R = 50.26%
G = 20.47%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C24F71 (or 0xC24F71) is known color: Cabaret. HEX triplet: C2, 4F and 71. RGB value is (194,79,113). Sum of RGB (Red+Green+Blue) = 194+79+113=386 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.26% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F71 is #3DB08E. Grayscale: #757575. Windows color (decimal): -4042895 or 7425986. OLE color: 7425986.

HSL color Cylindrical-coordinate representation of color #C24F71: hue angle of 342.26º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C24F71 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 113 -
CMYK 0 0.59 0.42 0.24
HSL 342.26º 0.49% 0.54% -
HSV(B) 342.26º 0.59% 0.76% -
XYZ 28.02 18.25 17.67 -
YUV 117.26 125.6 182.74 -
System Red Green Blue C M Y K H S L
Decimal 194 79 113 0 0.59 0.42 0.24 342.26 0.49 0.54
Hex C2 4F 71 0 3B 2A 18 156 31 36
Octal 302 117 161 0 73 52 30 526 61 66
Binary 11000010 1001111 1110001 0 111011 101010 11000 101010110 110001 110110

Color Harmonies of #C24F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F71

Black with #C24F71

Text Example


Text Example

White with #C24F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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