Html Css Color HEX #C24C6F Cabaret

📋 copy color: '#C24C6F'

red 194 ◦ green 76 ◦ blue 111

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

Shades of Cabaret #C24C6F

Tints of Cabaret #C24C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

 BLUE value IS 111 (43.75% from 255) = 29.13%

R = 50.92%
G = 19.95%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C24C6F (or 0xC24C6F) is known color: Cabaret. HEX triplet: C2, 4C and 6F. RGB value is (194,76,111). Sum of RGB (Red+Green+Blue) = 194+76+111=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 111 (43.75% from 255 or 29.13% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C6F is #3DB390. Grayscale: #737373. Windows color (decimal): -4043665 or 7294146. OLE color: 7294146.

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

Color convert

RGB 194 76 111 -
CMYK 0 0.61 0.43 0.24
HSL 342.2º 0.49% 0.53% -
HSV(B) 342.2º 0.61% 0.76% -
XYZ 27.7 17.79 17.01 -
YUV 115.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 194 76 111 0 0.61 0.43 0.24 342.2 0.49 0.53
Hex C2 4C 6F 0 3D 2B 18 156 31 35
Octal 302 114 157 0 75 53 30 526 61 65
Binary 11000010 1001100 1101111 0 111101 101011 11000 101010110 110001 110101

Color Harmonies of #C24C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C6F

Black with #C24C6F

Text Example


Text Example

White with #C24C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C6F; }

 p { color: rgb(194,76,111); }

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

background-color css

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

 a { background-color: rgb(194,76,111); }

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

border-color css

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

 span { border-color: rgb(194,76,111); }

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