Html Css Color HEX #C25479 Royal Heath

📋 copy color: '#C25479'

red 194 ◦ green 84 ◦ blue 121

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

Shades of Royal Heath #C25479

Tints of Royal Heath #C25479

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.05%

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

R = 48.62%
G = 21.05%
B = 30.33%

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

#C25479 (or 0xC25479) is known color: Royal Heath. HEX triplet: C2, 54 and 79. RGB value is (194,84,121). Sum of RGB (Red+Green+Blue) = 194+84+121=399 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.62% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 121 (47.66% from 255 or 30.33% from 399); Max value from RGB is 194 - color contains mainly: red. Hex color #C25479 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25479 is #3DAB86. Grayscale: #797979. Windows color (decimal): -4041607 or 7951554. OLE color: 7951554.

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

Color convert

RGB 194 84 121 -
CMYK 0 0.57 0.38 0.24
HSL 339.82º 0.47% 0.55% -
HSV(B) 339.82º 0.57% 0.76% -
XYZ 28.87 19.19 20.27 -
YUV 121.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 194 84 121 0 0.57 0.38 0.24 339.82 0.47 0.55
Hex C2 54 79 0 39 26 18 154 2F 37
Octal 302 124 171 0 71 46 30 524 57 67
Binary 11000010 1010100 1111001 0 111001 100110 11000 101010100 101111 110111

Color Harmonies of #C25479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25479

Black with #C25479

Text Example


Text Example

White with #C25479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25479; }

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

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

background-color css

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

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

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

border-color css

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

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

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