Html Css Color HEX #C25079 Royal Heath

📋 copy color: '#C25079'

red 194 ◦ green 80 ◦ blue 121

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

Shades of Royal Heath #C25079

Tints of Royal Heath #C25079

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.25%

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

R = 49.11%
G = 20.25%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C25079 (or 0xC25079) is known color: Royal Heath. HEX triplet: C2, 50 and 79. RGB value is (194,80,121). Sum of RGB (Red+Green+Blue) = 194+80+121=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C25079 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25079 is #3DAF86. Grayscale: #767676. Windows color (decimal): -4042631 or 7950530. OLE color: 7950530.

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

Color convert

RGB 194 80 121 -
CMYK 0 0.59 0.38 0.24
HSL 338.42º 0.48% 0.54% -
HSV(B) 338.42º 0.59% 0.76% -
XYZ 28.57 18.59 20.17 -
YUV 118.76 129.27 181.67 -
System Red Green Blue C M Y K H S L
Decimal 194 80 121 0 0.59 0.38 0.24 338.42 0.48 0.54
Hex C2 50 79 0 3B 26 18 152 30 36
Octal 302 120 171 0 73 46 30 522 60 66
Binary 11000010 1010000 1111001 0 111011 100110 11000 101010010 110000 110110

Color Harmonies of #C25079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25079

Black with #C25079

Text Example


Text Example

White with #C25079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25079; }

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

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

background-color css

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

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

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

border-color css

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

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

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