Html Css Color HEX #C24C6C Cabaret

📋 copy color: '#C24C6C'

red 194 ◦ green 76 ◦ blue 108

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

Shades of Cabaret #C24C6C

Tints of Cabaret #C24C6C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.11%

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

R = 51.32%
G = 20.11%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C24C6C (or 0xC24C6C) is known color: Cabaret. HEX triplet: C2, 4C and 6C. RGB value is (194,76,108). Sum of RGB (Red+Green+Blue) = 194+76+108=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 76 (30.08% from 255 or 20.11% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C24C6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24C6C is #3DB393. Grayscale: #727272. Windows color (decimal): -4043668 or 7097538. OLE color: 7097538.

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

Color convert

RGB 194 76 108 -
CMYK 0 0.61 0.44 0.24
HSL 343.73º 0.49% 0.53% -
HSV(B) 343.73º 0.61% 0.76% -
XYZ 27.54 17.72 16.16 -
YUV 114.93 124.09 184.4 -
System Red Green Blue C M Y K H S L
Decimal 194 76 108 0 0.61 0.44 0.24 343.73 0.49 0.53
Hex C2 4C 6C 0 3D 2C 18 158 31 35
Octal 302 114 154 0 75 54 30 530 61 65
Binary 11000010 1001100 1101100 0 111101 101100 11000 101011000 110001 110101

Color Harmonies of #C24C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24C6C

Black with #C24C6C

Text Example


Text Example

White with #C24C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24C6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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