Html Css Color HEX #C25979 Cabaret

📋 copy color: '#C25979'

red 194 ◦ green 89 ◦ blue 121

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

Shades of Cabaret #C25979

Tints of Cabaret #C25979

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.03%

 BLUE value IS 121 (47.66% from 255) = 29.95%

R = 48.02%
G = 22.03%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C25979 (or 0xC25979) is known color: Cabaret. HEX triplet: C2, 59 and 79. RGB value is (194,89,121). Sum of RGB (Red+Green+Blue) = 194+89+121=404 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.02% from 404); Green value is 89 (35.16% from 255 or 22.03% from 404); Blue value is 121 (47.66% from 255 or 29.95% from 404); Max value from RGB is 194 - color contains mainly: red. Hex color #C25979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25979 is #3DA686. Grayscale: #7C7C7C. Windows color (decimal): -4040327 or 7952834. OLE color: 7952834.

HSL color Cylindrical-coordinate representation of color #C25979: hue angle of 341.71º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C25979 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 89 121 -
CMYK 0 0.54 0.38 0.24
HSL 341.71º 0.46% 0.55% -
HSV(B) 341.71º 0.54% 0.76% -
XYZ 29.27 19.99 20.41 -
YUV 124.04 126.29 177.9 -
System Red Green Blue C M Y K H S L
Decimal 194 89 121 0 0.54 0.38 0.24 341.71 0.46 0.55
Hex C2 59 79 0 36 26 18 156 2E 37
Octal 302 131 171 0 66 46 30 526 56 67
Binary 11000010 1011001 1111001 0 110110 100110 11000 101010110 101110 110111

Color Harmonies of #C25979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25979

Black with #C25979

Text Example


Text Example

White with #C25979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25979; }

 p { color: rgb(194,89,121); }

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

background-color css

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

 a { background-color: rgb(194,89,121); }

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

border-color css

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

 span { border-color: rgb(194,89,121); }

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