Html Css Color HEX #C24B6E Cabaret

📋 copy color: '#C24B6E'

red 194 ◦ green 75 ◦ blue 110

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

Shades of Cabaret #C24B6E

Tints of Cabaret #C24B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.79%

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

R = 51.19%
G = 19.79%
B = 29.02%

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

#C24B6E (or 0xC24B6E) is known color: Cabaret. HEX triplet: C2, 4B and 6E. RGB value is (194,75,110). Sum of RGB (Red+Green+Blue) = 194+75+110=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 75 (29.69% from 255 or 19.79% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B6E is #3DB491. Grayscale: #727272. Windows color (decimal): -4043922 or 7228354. OLE color: 7228354.

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

Color convert

RGB 194 75 110 -
CMYK 0 0.61 0.43 0.24
HSL 342.35º 0.49% 0.53% -
HSV(B) 342.35º 0.61% 0.76% -
XYZ 27.58 17.63 16.7 -
YUV 114.57 125.42 184.65 -
System Red Green Blue C M Y K H S L
Decimal 194 75 110 0 0.61 0.43 0.24 342.35 0.49 0.53
Hex C2 4B 6E 0 3D 2B 18 156 31 35
Octal 302 113 156 0 75 53 30 526 61 65
Binary 11000010 1001011 1101110 0 111101 101011 11000 101010110 110001 110101

Color Harmonies of #C24B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B6E

Black with #C24B6E

Text Example


Text Example

White with #C24B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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