Html Css Color HEX #C5376B Royal Heath

📋 copy color: '#C5376B'

red 197 ◦ green 55 ◦ blue 107

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

Shades of Royal Heath #C5376B

Tints of Royal Heath #C5376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.32%

 BLUE value IS 107 (42.19% from 255) = 29.81%

R = 54.87%
G = 15.32%
B = 29.81%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C5376B (or 0xC5376B) is known color: Royal Heath. HEX triplet: C5, 37 and 6B. RGB value is (197,55,107). Sum of RGB (Red+Green+Blue) = 197+55+107=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 55 (21.88% from 255 or 15.32% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5376B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5376B is #3AC894. Grayscale: #676767. Windows color (decimal): -3852437 or 7026629. OLE color: 7026629.

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

Color convert

RGB 197 55 107 -
CMYK 0 0.72 0.46 0.23
HSL 338.03º 0.56% 0.49% -
HSV(B) 338.03º 0.72% 0.77% -
XYZ 27.05 15.66 15.51 -
YUV 103.39 130.04 194.77 -
System Red Green Blue C M Y K H S L
Decimal 197 55 107 0 0.72 0.46 0.23 338.03 0.56 0.49
Hex C5 37 6B 0 48 2E 17 152 38 31
Octal 305 67 153 0 110 56 27 522 70 61
Binary 11000101 110111 1101011 0 1001000 101110 10111 101010010 111000 110001

Color Harmonies of #C5376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5376B

Black with #C5376B

Text Example


Text Example

White with #C5376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5376B; }

 p { color: rgb(197,55,107); }

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

background-color css

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

 a { background-color: rgb(197,55,107); }

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

border-color css

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

 span { border-color: rgb(197,55,107); }

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