Html Css Color HEX #C25879 Cabaret

📋 copy color: '#C25879'

red 194 ◦ green 88 ◦ blue 121

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

Shades of Cabaret #C25879

Tints of Cabaret #C25879

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.84%

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

R = 48.14%
G = 21.84%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C25879 (or 0xC25879) is known color: Cabaret. HEX triplet: C2, 58 and 79. RGB value is (194,88,121). Sum of RGB (Red+Green+Blue) = 194+88+121=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 88 (34.77% from 255 or 21.84% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 194 - color contains mainly: red. Hex color #C25879 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25879 is #3DA786. Grayscale: #7B7B7B. Windows color (decimal): -4040583 or 7952578. OLE color: 7952578.

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

Color convert

RGB 194 88 121 -
CMYK 0 0.55 0.38 0.24
HSL 341.32º 0.46% 0.55% -
HSV(B) 341.32º 0.55% 0.76% -
XYZ 29.19 19.83 20.38 -
YUV 123.46 126.62 178.32 -
System Red Green Blue C M Y K H S L
Decimal 194 88 121 0 0.55 0.38 0.24 341.32 0.46 0.55
Hex C2 58 79 0 37 26 18 155 2E 37
Octal 302 130 171 0 67 46 30 525 56 67
Binary 11000010 1011000 1111001 0 110111 100110 11000 101010101 101110 110111

Color Harmonies of #C25879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25879

Black with #C25879

Text Example


Text Example

White with #C25879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25879; }

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

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

background-color css

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

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

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

border-color css

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

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

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