Html Css Color HEX #C5366D Royal Heath

📋 copy color: '#C5366D'

red 197 ◦ green 54 ◦ blue 109

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

Shades of Royal Heath #C5366D

Tints of Royal Heath #C5366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15%

 BLUE value IS 109 (42.97% from 255) = 30.28%

R = 54.72%
G = 15%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.45

 K value IS 0.23

RGB Variations

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

Color information

#C5366D (or 0xC5366D) is known color: Royal Heath. HEX triplet: C5, 36 and 6D. RGB value is (197,54,109). Sum of RGB (Red+Green+Blue) = 197+54+109=360 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.72% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 197 - color contains mainly: red. Hex color #C5366D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5366D is #3AC992. Grayscale: #666666. Windows color (decimal): -3852691 or 7157445. OLE color: 7157445.

HSL color Cylindrical-coordinate representation of color #C5366D: hue angle of 336.92º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C5366D is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 54 109 -
CMYK 0 0.73 0.45 0.23
HSL 336.92º 0.57% 0.49% -
HSV(B) 336.92º 0.73% 0.77% -
XYZ 27.11 15.61 16.05 -
YUV 103.03 131.38 195.03 -
System Red Green Blue C M Y K H S L
Decimal 197 54 109 0 0.73 0.45 0.23 336.92 0.57 0.49
Hex C5 36 6D 0 49 2D 17 151 39 31
Octal 305 66 155 0 111 55 27 521 71 61
Binary 11000101 110110 1101101 0 1001001 101101 10111 101010001 111001 110001

Color Harmonies of #C5366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5366D

Black with #C5366D

Text Example


Text Example

White with #C5366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5366D; }

 p { color: rgb(197,54,109); }

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

background-color css

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

 a { background-color: rgb(197,54,109); }

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

border-color css

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

 span { border-color: rgb(197,54,109); }

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