Html Css Color HEX #C25379 Royal Heath

📋 copy color: '#C25379'

red 194 ◦ green 83 ◦ blue 121

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

Shades of Royal Heath #C25379

Tints of Royal Heath #C25379

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.85%

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

R = 48.74%
G = 20.85%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C25379 (or 0xC25379) is known color: Royal Heath. HEX triplet: C2, 53 and 79. RGB value is (194,83,121). Sum of RGB (Red+Green+Blue) = 194+83+121=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C25379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25379 is #3DAC86. Grayscale: #787878. Windows color (decimal): -4041863 or 7951298. OLE color: 7951298.

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

Color convert

RGB 194 83 121 -
CMYK 0 0.57 0.38 0.24
HSL 339.46º 0.48% 0.54% -
HSV(B) 339.46º 0.57% 0.76% -
XYZ 28.79 19.04 20.25 -
YUV 120.52 128.27 180.41 -
System Red Green Blue C M Y K H S L
Decimal 194 83 121 0 0.57 0.38 0.24 339.46 0.48 0.54
Hex C2 53 79 0 39 26 18 153 30 36
Octal 302 123 171 0 71 46 30 523 60 66
Binary 11000010 1010011 1111001 0 111001 100110 11000 101010011 110000 110110

Color Harmonies of #C25379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25379

Black with #C25379

Text Example


Text Example

White with #C25379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25379; }

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

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

background-color css

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

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

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

border-color css

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

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

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