Html Css Color HEX #C24A6C Cabaret

📋 copy color: '#C24A6C'

red 194 ◦ green 74 ◦ blue 108

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

Shades of Cabaret #C24A6C

Tints of Cabaret #C24A6C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.68%

 BLUE value IS 108 (42.58% from 255) = 28.72%

R = 51.6%
G = 19.68%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C24A6C (or 0xC24A6C) is known color: Cabaret. HEX triplet: C2, 4A and 6C. RGB value is (194,74,108). Sum of RGB (Red+Green+Blue) = 194+74+108=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 108 (42.58% from 255 or 28.72% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24A6C is #3DB593. Grayscale: #717171. Windows color (decimal): -4044180 or 7097026. OLE color: 7097026.

HSL color Cylindrical-coordinate representation of color #C24A6C: hue angle of 343º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C24A6C is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 74 108 -
CMYK 0 0.62 0.44 0.24
HSL 343º 0.5% 0.53% -
HSV(B) 343º 0.62% 0.76% -
XYZ 27.4 17.45 16.11 -
YUV 113.76 124.76 185.24 -
System Red Green Blue C M Y K H S L
Decimal 194 74 108 0 0.62 0.44 0.24 343 0.5 0.53
Hex C2 4A 6C 0 3E 2C 18 157 32 35
Octal 302 112 154 0 76 54 30 527 62 65
Binary 11000010 1001010 1101100 0 111110 101100 11000 101010111 110010 110101

Color Harmonies of #C24A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24A6C

Black with #C24A6C

Text Example


Text Example

White with #C24A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24A6C; }

 p { color: rgb(194,74,108); }

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

background-color css

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

 a { background-color: rgb(194,74,108); }

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

border-color css

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

 span { border-color: rgb(194,74,108); }

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