Html Css Color HEX #C24B68 Cabaret

📋 copy color: '#C24B68'

red 194 ◦ green 75 ◦ blue 104

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

Shades of Cabaret #C24B68

Tints of Cabaret #C24B68

RGB

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

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

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

R = 52.01%
G = 20.11%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C24B68 (or 0xC24B68) is known color: Cabaret. HEX triplet: C2, 4B and 68. RGB value is (194,75,104). Sum of RGB (Red+Green+Blue) = 194+75+104=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B68 is #3DB497. Grayscale: #717171. Windows color (decimal): -4043928 or 6835138. OLE color: 6835138.

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

Color convert

RGB 194 75 104 -
CMYK 0 0.61 0.46 0.24
HSL 345.38º 0.49% 0.53% -
HSV(B) 345.38º 0.61% 0.76% -
XYZ 27.26 17.5 15.04 -
YUV 113.89 122.42 185.14 -
System Red Green Blue C M Y K H S L
Decimal 194 75 104 0 0.61 0.46 0.24 345.38 0.49 0.53
Hex C2 4B 68 0 3D 2E 18 159 31 35
Octal 302 113 150 0 75 56 30 531 61 65
Binary 11000010 1001011 1101000 0 111101 101110 11000 101011001 110001 110101

Color Harmonies of #C24B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C24B68

Black with #C24B68

Text Example


Text Example

White with #C24B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C24B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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