Html Css Color HEX #C25478 Royal Heath

📋 copy color: '#C25478'

red 194 ◦ green 84 ◦ blue 120

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

Shades of Royal Heath #C25478

Tints of Royal Heath #C25478

RGB

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

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

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

R = 48.74%
G = 21.11%
B = 30.15%

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

#C25478 (or 0xC25478) is known color: Royal Heath. HEX triplet: C2, 54 and 78. RGB value is (194,84,120). Sum of RGB (Red+Green+Blue) = 194+84+120=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 84 (33.20% from 255 or 21.11% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C25478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25478 is #3DAB87. Grayscale: #787878. Windows color (decimal): -4041608 or 7886018. OLE color: 7886018.

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

Color convert

RGB 194 84 120 -
CMYK 0 0.57 0.38 0.24
HSL 340.36º 0.47% 0.55% -
HSV(B) 340.36º 0.57% 0.76% -
XYZ 28.81 19.17 19.95 -
YUV 120.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 194 84 120 0 0.57 0.38 0.24 340.36 0.47 0.55
Hex C2 54 78 0 39 26 18 154 2F 37
Octal 302 124 170 0 71 46 30 524 57 67
Binary 11000010 1010100 1111000 0 111001 100110 11000 101010100 101111 110111

Color Harmonies of #C25478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25478

Black with #C25478

Text Example


Text Example

White with #C25478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25478; }

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

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

background-color css

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

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

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

border-color css

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

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

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