Html Css Color HEX #C53A6B Royal Heath

📋 copy color: '#C53A6B'

red 197 ◦ green 58 ◦ blue 107

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

Shades of Royal Heath #C53A6B

Tints of Royal Heath #C53A6B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.02%

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

R = 54.42%
G = 16.02%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.23

RGB Variations

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

Color information

#C53A6B (or 0xC53A6B) is known color: Royal Heath. HEX triplet: C5, 3A and 6B. RGB value is (197,58,107). Sum of RGB (Red+Green+Blue) = 197+58+107=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C53A6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53A6B is #3AC594. Grayscale: #696969. Windows color (decimal): -3851669 or 7027397. OLE color: 7027397.

HSL color Cylindrical-coordinate representation of color #C53A6B: hue angle of 338.85º 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 #C53A6B is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 58 107 -
CMYK 0 0.71 0.46 0.23
HSL 338.85º 0.55% 0.5% -
HSV(B) 338.85º 0.71% 0.77% -
XYZ 27.19 15.96 15.56 -
YUV 105.15 129.05 193.52 -
System Red Green Blue C M Y K H S L
Decimal 197 58 107 0 0.71 0.46 0.23 338.85 0.55 0.5
Hex C5 3A 6B 0 47 2E 17 153 37 32
Octal 305 72 153 0 107 56 27 523 67 62
Binary 11000101 111010 1101011 0 1000111 101110 10111 101010011 110111 110010

Color Harmonies of #C53A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53A6B

Black with #C53A6B

Text Example


Text Example

White with #C53A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53A6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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