Html Css Color HEX #C24D6E Cabaret

📋 copy color: '#C24D6E'

red 194 ◦ green 77 ◦ blue 110

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

Shades of Cabaret #C24D6E

Tints of Cabaret #C24D6E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.21%

 BLUE value IS 110 (43.36% from 255) = 28.87%

R = 50.92%
G = 20.21%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C24D6E (or 0xC24D6E) is known color: Cabaret. HEX triplet: C2, 4D and 6E. RGB value is (194,77,110). Sum of RGB (Red+Green+Blue) = 194+77+110=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 77 (30.47% from 255 or 20.21% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D6E is #3DB291. Grayscale: #737373. Windows color (decimal): -4043410 or 7228866. OLE color: 7228866.

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

Color convert

RGB 194 77 110 -
CMYK 0 0.60 0.43 0.24
HSL 343.08º 0.49% 0.53% -
HSV(B) 343.08º 0.6% 0.76% -
XYZ 27.72 17.9 16.75 -
YUV 115.75 124.76 183.82 -
System Red Green Blue C M Y K H S L
Decimal 194 77 110 0 0.60 0.43 0.24 343.08 0.49 0.53
Hex C2 4D 6E 0 3C 2B 18 157 31 35
Octal 302 115 156 0 74 53 30 527 61 65
Binary 11000010 1001101 1101110 0 111100 101011 11000 101010111 110001 110101

Color Harmonies of #C24D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D6E

Black with #C24D6E

Text Example


Text Example

White with #C24D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D6E; }

 p { color: rgb(194,77,110); }

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

background-color css

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

 a { background-color: rgb(194,77,110); }

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

border-color css

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

 span { border-color: rgb(194,77,110); }

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