Html Css Color HEX #C24F68 Cabaret

📋 copy color: '#C24F68'

red 194 ◦ green 79 ◦ blue 104

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

Shades of Cabaret #C24F68

Tints of Cabaret #C24F68

RGB

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

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

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

R = 51.46%
G = 20.95%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C24F68 (or 0xC24F68) is known color: Cabaret. HEX triplet: C2, 4F and 68. RGB value is (194,79,104). Sum of RGB (Red+Green+Blue) = 194+79+104=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C24F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C24F68 is #3DB097. Grayscale: #747474. Windows color (decimal): -4042904 or 6836162. OLE color: 6836162.

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

Color convert

RGB 194 79 104 -
CMYK 0 0.59 0.46 0.24
HSL 346.96º 0.49% 0.54% -
HSV(B) 346.96º 0.59% 0.76% -
XYZ 27.54 18.06 15.13 -
YUV 116.24 121.1 183.47 -
System Red Green Blue C M Y K H S L
Decimal 194 79 104 0 0.59 0.46 0.24 346.96 0.49 0.54
Hex C2 4F 68 0 3B 2E 18 15B 31 36
Octal 302 117 150 0 73 56 30 533 61 66
Binary 11000010 1001111 1101000 0 111011 101110 11000 101011011 110001 110110

Color Harmonies of #C24F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24F68

Black with #C24F68

Text Example


Text Example

White with #C24F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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