Html Css Color HEX #C24D68 Cabaret

📋 copy color: '#C24D68'

red 194 ◦ green 77 ◦ blue 104

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

Shades of Cabaret #C24D68

Tints of Cabaret #C24D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 27.73%

R = 51.73%
G = 20.53%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C24D68 (or 0xC24D68) is known color: Cabaret. HEX triplet: C2, 4D and 68. RGB value is (194,77,104). Sum of RGB (Red+Green+Blue) = 194+77+104=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 104 (41.02% from 255 or 27.73% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24D68 is #3DB297. Grayscale: #737373. Windows color (decimal): -4043416 or 6835650. OLE color: 6835650.

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

Color convert

RGB 194 77 104 -
CMYK 0 0.60 0.46 0.24
HSL 346.15º 0.49% 0.53% -
HSV(B) 346.15º 0.6% 0.76% -
XYZ 27.4 17.78 15.08 -
YUV 115.06 121.76 184.3 -
System Red Green Blue C M Y K H S L
Decimal 194 77 104 0 0.60 0.46 0.24 346.15 0.49 0.53
Hex C2 4D 68 0 3C 2E 18 15A 31 35
Octal 302 115 150 0 74 56 30 532 61 65
Binary 11000010 1001101 1101000 0 111100 101110 11000 101011010 110001 110101

Color Harmonies of #C24D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24D68

Black with #C24D68

Text Example


Text Example

White with #C24D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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