Html Css Color HEX #C53968 Royal Heath

📋 copy color: '#C53968'

red 197 ◦ green 57 ◦ blue 104

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

Shades of Royal Heath #C53968

Tints of Royal Heath #C53968

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.92%

 BLUE value IS 104 (41.02% from 255) = 29.05%

R = 55.03%
G = 15.92%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C53968 (or 0xC53968) is known color: Royal Heath. HEX triplet: C5, 39 and 68. RGB value is (197,57,104). Sum of RGB (Red+Green+Blue) = 197+57+104=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C53968 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53968 is #3AC697. Grayscale: #686868. Windows color (decimal): -3851928 or 6830533. OLE color: 6830533.

HSL color Cylindrical-coordinate representation of color #C53968: hue angle of 339.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53968 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 57 104 -
CMYK 0 0.71 0.47 0.23
HSL 339.86º 0.55% 0.5% -
HSV(B) 339.86º 0.71% 0.77% -
XYZ 26.99 15.8 14.72 -
YUV 104.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 197 57 104 0 0.71 0.47 0.23 339.86 0.55 0.5
Hex C5 39 68 0 47 2F 17 154 37 32
Octal 305 71 150 0 107 57 27 524 67 62
Binary 11000101 111001 1101000 0 1000111 101111 10111 101010100 110111 110010

Color Harmonies of #C53968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53968

Black with #C53968

Text Example


Text Example

White with #C53968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53968; }

 p { color: rgb(197,57,104); }

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

background-color css

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

 a { background-color: rgb(197,57,104); }

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

border-color css

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

 span { border-color: rgb(197,57,104); }

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