Html Css Color HEX #C54575 Royal Heath

📋 copy color: '#C54575'

red 197 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #C54575

Tints of Royal Heath #C54575

RGB

 RED value IS 197 (77.34% from 255) = 51.44%

 GREEN value IS 69 (27.34% from 255) = 18.02%

 BLUE value IS 117 (46.09% from 255) = 30.55%

R = 51.44%
G = 18.02%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#C54575 (or 0xC54575) is known color: Royal Heath. HEX triplet: C5, 45 and 75. RGB value is (197,69,117). Sum of RGB (Red+Green+Blue) = 197+69+117=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C54575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54575 is #3ABA8A. Grayscale: #707070. Windows color (decimal): -3848843 or 7685573. OLE color: 7685573.

HSL color Cylindrical-coordinate representation of color #C54575: hue angle of 337.5º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54575 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 69 117 -
CMYK 0 0.65 0.41 0.23
HSL 337.5º 0.52% 0.52% -
HSV(B) 337.5º 0.65% 0.77% -
XYZ 28.36 17.41 18.7 -
YUV 112.74 130.41 188.1 -
System Red Green Blue C M Y K H S L
Decimal 197 69 117 0 0.65 0.41 0.23 337.5 0.52 0.52
Hex C5 45 75 0 41 29 17 152 34 34
Octal 305 105 165 0 101 51 27 522 64 64
Binary 11000101 1000101 1110101 0 1000001 101001 10111 101010010 110100 110100

Color Harmonies of #C54575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54575

Black with #C54575

Text Example


Text Example

White with #C54575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54575; }

 p { color: rgb(197,69,117); }

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

background-color css

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

 a { background-color: rgb(197,69,117); }

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

border-color css

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

 span { border-color: rgb(197,69,117); }

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