Html Css Color HEX #C25577 Royal Heath

📋 copy color: '#C25577'

red 194 ◦ green 85 ◦ blue 119

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

Shades of Royal Heath #C25577

Tints of Royal Heath #C25577

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.36%

 BLUE value IS 119 (46.88% from 255) = 29.9%

R = 48.74%
G = 21.36%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C25577 (or 0xC25577) is known color: Royal Heath. HEX triplet: C2, 55 and 77. RGB value is (194,85,119). Sum of RGB (Red+Green+Blue) = 194+85+119=398 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.74% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 119 (46.88% from 255 or 29.90% from 398); Max value from RGB is 194 - color contains mainly: red. Hex color #C25577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C25577 is #3DAA88. Grayscale: #797979. Windows color (decimal): -4041353 or 7820738. OLE color: 7820738.

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

Color convert

RGB 194 85 119 -
CMYK 0 0.56 0.39 0.24
HSL 341.28º 0.47% 0.55% -
HSV(B) 341.28º 0.56% 0.76% -
XYZ 28.83 19.3 19.66 -
YUV 121.47 126.61 179.74 -
System Red Green Blue C M Y K H S L
Decimal 194 85 119 0 0.56 0.39 0.24 341.28 0.47 0.55
Hex C2 55 77 0 38 27 18 155 2F 37
Octal 302 125 167 0 70 47 30 525 57 67
Binary 11000010 1010101 1110111 0 111000 100111 11000 101010101 101111 110111

Color Harmonies of #C25577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25577

Black with #C25577

Text Example


Text Example

White with #C25577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25577; }

 p { color: rgb(194,85,119); }

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

background-color css

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

 a { background-color: rgb(194,85,119); }

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

border-color css

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

 span { border-color: rgb(194,85,119); }

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