Html Css Color HEX #C54170 Royal Heath

📋 copy color: '#C54170'

red 197 ◦ green 65 ◦ blue 112

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

Shades of Royal Heath #C54170

Tints of Royal Heath #C54170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.38%

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 52.67%
G = 17.38%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C54170 (or 0xC54170) is known color: Royal Heath. HEX triplet: C5, 41 and 70. RGB value is (197,65,112). Sum of RGB (Red+Green+Blue) = 197+65+112=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C54170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54170 is #3ABE8F. Grayscale: #6D6D6D. Windows color (decimal): -3849872 or 7356869. OLE color: 7356869.

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

Color convert

RGB 197 65 112 -
CMYK 0 0.67 0.43 0.23
HSL 338.64º 0.53% 0.51% -
HSV(B) 338.64º 0.67% 0.77% -
XYZ 27.84 16.82 17.11 -
YUV 109.83 129.23 190.18 -
System Red Green Blue C M Y K H S L
Decimal 197 65 112 0 0.67 0.43 0.23 338.64 0.53 0.51
Hex C5 41 70 0 43 2B 17 153 35 33
Octal 305 101 160 0 103 53 27 523 65 63
Binary 11000101 1000001 1110000 0 1000011 101011 10111 101010011 110101 110011

Color Harmonies of #C54170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54170

Black with #C54170

Text Example


Text Example

White with #C54170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54170; }

 p { color: rgb(197,65,112); }

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

background-color css

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

 a { background-color: rgb(197,65,112); }

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

border-color css

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

 span { border-color: rgb(197,65,112); }

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