Html Css Color HEX #C5537B Royal Heath

📋 copy color: '#C5537B'

red 197 ◦ green 83 ◦ blue 123

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

Shades of Royal Heath #C5537B

Tints of Royal Heath #C5537B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.6%

 BLUE value IS 123 (48.44% from 255) = 30.52%

R = 48.88%
G = 20.6%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#C5537B (or 0xC5537B) is known color: Royal Heath. HEX triplet: C5, 53 and 7B. RGB value is (197,83,123). Sum of RGB (Red+Green+Blue) = 197+83+123=403 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.88% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 197 - color contains mainly: red. Hex color #C5537B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5537B is #3AAC84. Grayscale: #797979. Windows color (decimal): -3845253 or 8082373. OLE color: 8082373.

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

Color convert

RGB 197 83 123 -
CMYK 0 0.58 0.38 0.23
HSL 338.95º 0.5% 0.55% -
HSV(B) 338.95º 0.58% 0.77% -
XYZ 29.69 19.49 20.94 -
YUV 121.65 128.77 181.75 -
System Red Green Blue C M Y K H S L
Decimal 197 83 123 0 0.58 0.38 0.23 338.95 0.5 0.55
Hex C5 53 7B 0 3A 26 17 153 32 37
Octal 305 123 173 0 72 46 27 523 62 67
Binary 11000101 1010011 1111011 0 111010 100110 10111 101010011 110010 110111

Color Harmonies of #C5537B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5537B

Black with #C5537B

Text Example


Text Example

White with #C5537B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5537B; }

 p { color: rgb(197,83,123); }

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

background-color css

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

 a { background-color: rgb(197,83,123); }

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

border-color css

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

 span { border-color: rgb(197,83,123); }

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