Html Css Color HEX #C25978 Cabaret

📋 copy color: '#C25978'

red 194 ◦ green 89 ◦ blue 120

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

Shades of Cabaret #C25978

Tints of Cabaret #C25978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 29.78%

R = 48.14%
G = 22.08%
B = 29.78%

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

#C25978 (or 0xC25978) is known color: Cabaret. HEX triplet: C2, 59 and 78. RGB value is (194,89,120). Sum of RGB (Red+Green+Blue) = 194+89+120=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C25978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25978 is #3DA687. Grayscale: #7B7B7B. Windows color (decimal): -4040328 or 7887298. OLE color: 7887298.

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

Color convert

RGB 194 89 120 -
CMYK 0 0.54 0.38 0.24
HSL 342.29º 0.46% 0.55% -
HSV(B) 342.29º 0.54% 0.76% -
XYZ 29.21 19.97 20.08 -
YUV 123.93 125.79 177.98 -
System Red Green Blue C M Y K H S L
Decimal 194 89 120 0 0.54 0.38 0.24 342.29 0.46 0.55
Hex C2 59 78 0 36 26 18 156 2E 37
Octal 302 131 170 0 66 46 30 526 56 67
Binary 11000010 1011001 1111000 0 110110 100110 11000 101010110 101110 110111

Color Harmonies of #C25978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25978

Black with #C25978

Text Example


Text Example

White with #C25978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25978; }

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

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

background-color css

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

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

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

border-color css

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

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

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