Html Css Color HEX #C25476 Royal Heath

📋 copy color: '#C25476'

red 194 ◦ green 84 ◦ blue 118

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

Shades of Royal Heath #C25476

Tints of Royal Heath #C25476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.8%

R = 48.99%
G = 21.21%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C25476 (or 0xC25476) is known color: Royal Heath. HEX triplet: C2, 54 and 76. RGB value is (194,84,118). Sum of RGB (Red+Green+Blue) = 194+84+118=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 118 (46.48% from 255 or 29.80% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C25476 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25476 is #3DAB89. Grayscale: #787878. Windows color (decimal): -4041610 or 7754946. OLE color: 7754946.

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

Color convert

RGB 194 84 118 -
CMYK 0 0.57 0.39 0.24
HSL 341.45º 0.47% 0.55% -
HSV(B) 341.45º 0.57% 0.76% -
XYZ 28.69 19.12 19.32 -
YUV 120.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 194 84 118 0 0.57 0.39 0.24 341.45 0.47 0.55
Hex C2 54 76 0 39 27 18 155 2F 37
Octal 302 124 166 0 71 47 30 525 57 67
Binary 11000010 1010100 1110110 0 111001 100111 11000 101010101 101111 110111

Color Harmonies of #C25476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25476

Black with #C25476

Text Example


Text Example

White with #C25476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25476; }

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

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

background-color css

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

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

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

border-color css

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

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

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