Html Css Color HEX #C24F6D Cabaret

📋 copy color: '#C24F6D'

red 194 ◦ green 79 ◦ blue 109

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

Shades of Cabaret #C24F6D

Tints of Cabaret #C24F6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.53%

R = 50.79%
G = 20.68%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C24F6D (or 0xC24F6D) is known color: Cabaret. HEX triplet: C2, 4F and 6D. RGB value is (194,79,109). Sum of RGB (Red+Green+Blue) = 194+79+109=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 79 (31.25% from 255 or 20.68% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F6D is #3DB092. Grayscale: #747474. Windows color (decimal): -4042899 or 7163842. OLE color: 7163842.

HSL color Cylindrical-coordinate representation of color #C24F6D: hue angle of 344.35º 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 #C24F6D is Cyan = 0, Magento = 0.59, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 79 109 -
CMYK 0 0.59 0.44 0.24
HSL 344.35º 0.49% 0.54% -
HSV(B) 344.35º 0.59% 0.76% -
XYZ 27.8 18.17 16.51 -
YUV 116.81 123.6 183.06 -
System Red Green Blue C M Y K H S L
Decimal 194 79 109 0 0.59 0.44 0.24 344.35 0.49 0.54
Hex C2 4F 6D 0 3B 2C 18 158 31 36
Octal 302 117 155 0 73 54 30 530 61 66
Binary 11000010 1001111 1101101 0 111011 101100 11000 101011000 110001 110110

Color Harmonies of #C24F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F6D

Black with #C24F6D

Text Example


Text Example

White with #C24F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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