Html Css Color HEX #C54272 Royal Heath

📋 copy color: '#C54272'

red 197 ◦ green 66 ◦ blue 114

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

Shades of Royal Heath #C54272

Tints of Royal Heath #C54272

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.51%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 52.25%
G = 17.51%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.23

RGB Variations

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

Color information

#C54272 (or 0xC54272) is known color: Royal Heath. HEX triplet: C5, 42 and 72. RGB value is (197,66,114). Sum of RGB (Red+Green+Blue) = 197+66+114=377 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.25% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 197 - color contains mainly: red. Hex color #C54272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54272 is #3ABD8D. Grayscale: #6E6E6E. Windows color (decimal): -3849614 or 7488197. OLE color: 7488197.

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

Color convert

RGB 197 66 114 -
CMYK 0 0.66 0.42 0.23
HSL 338.02º 0.53% 0.52% -
HSV(B) 338.02º 0.66% 0.77% -
XYZ 28.01 16.98 17.72 -
YUV 110.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 197 66 114 0 0.66 0.42 0.23 338.02 0.53 0.52
Hex C5 42 72 0 42 2A 17 152 35 34
Octal 305 102 162 0 102 52 27 522 65 64
Binary 11000101 1000010 1110010 0 1000010 101010 10111 101010010 110101 110100

Color Harmonies of #C54272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54272

Black with #C54272

Text Example


Text Example

White with #C54272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54272; }

 p { color: rgb(197,66,114); }

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

background-color css

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

 a { background-color: rgb(197,66,114); }

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

border-color css

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

 span { border-color: rgb(197,66,114); }

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