Html Css Color HEX #C25376 Royal Heath

📋 copy color: '#C25376'

red 194 ◦ green 83 ◦ blue 118

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

Shades of Royal Heath #C25376

Tints of Royal Heath #C25376

RGB

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

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

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

R = 49.11%
G = 21.01%
B = 29.87%

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

#C25376 (or 0xC25376) is known color: Royal Heath. HEX triplet: C2, 53 and 76. RGB value is (194,83,118). Sum of RGB (Red+Green+Blue) = 194+83+118=395 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.11% from 395); Green value is 83 (32.81% from 255 or 21.01% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 194 - color contains mainly: red. Hex color #C25376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25376 is #3DAC89. Grayscale: #787878. Windows color (decimal): -4041866 or 7754690. OLE color: 7754690.

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

Color convert

RGB 194 83 118 -
CMYK 0 0.57 0.39 0.24
HSL 341.08º 0.48% 0.54% -
HSV(B) 341.08º 0.57% 0.76% -
XYZ 28.61 18.96 19.29 -
YUV 120.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 194 83 118 0 0.57 0.39 0.24 341.08 0.48 0.54
Hex C2 53 76 0 39 27 18 155 30 36
Octal 302 123 166 0 71 47 30 525 60 66
Binary 11000010 1010011 1110110 0 111001 100111 11000 101010101 110000 110110

Color Harmonies of #C25376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25376

Black with #C25376

Text Example


Text Example

White with #C25376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25376; }

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

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

background-color css

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

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

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

border-color css

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

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

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