Html Css Color HEX #C24B6B Cabaret

📋 copy color: '#C24B6B'

red 194 ◦ green 75 ◦ blue 107

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

Shades of Cabaret #C24B6B

Tints of Cabaret #C24B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.46%

R = 51.6%
G = 19.95%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C24B6B (or 0xC24B6B) is known color: Cabaret. HEX triplet: C2, 4B and 6B. RGB value is (194,75,107). Sum of RGB (Red+Green+Blue) = 194+75+107=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B6B is #3DB494. Grayscale: #727272. Windows color (decimal): -4043925 or 7031746. OLE color: 7031746.

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

Color convert

RGB 194 75 107 -
CMYK 0 0.61 0.45 0.24
HSL 343.87º 0.49% 0.53% -
HSV(B) 343.87º 0.61% 0.76% -
XYZ 27.42 17.56 15.85 -
YUV 114.23 123.92 184.9 -
System Red Green Blue C M Y K H S L
Decimal 194 75 107 0 0.61 0.45 0.24 343.87 0.49 0.53
Hex C2 4B 6B 0 3D 2D 18 158 31 35
Octal 302 113 153 0 75 55 30 530 61 65
Binary 11000010 1001011 1101011 0 111101 101101 11000 101011000 110001 110101

Color Harmonies of #C24B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B6B

Black with #C24B6B

Text Example


Text Example

White with #C24B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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