Html Css Color HEX #C73B6A Royal Heath

📋 copy color: '#C73B6A'

red 199 ◦ green 59 ◦ blue 106

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

Shades of Royal Heath #C73B6A

Tints of Royal Heath #C73B6A

RGB

 RED value IS 199 (78.13% from 255) = 54.67%

 GREEN value IS 59 (23.44% from 255) = 16.21%

 BLUE value IS 106 (41.8% from 255) = 29.12%

R = 54.67%
G = 16.21%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C73B6A (or 0xC73B6A) is known color: Royal Heath. HEX triplet: C7, 3B and 6A. RGB value is (199,59,106). Sum of RGB (Red+Green+Blue) = 199+59+106=364 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.67% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73B6A is #38C495. Grayscale: #6A6A6A. Windows color (decimal): -3720342 or 6962119. OLE color: 6962119.

HSL color Cylindrical-coordinate representation of color #C73B6A: hue angle of 339.86º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B6A is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 59 106 -
CMYK 0 0.70 0.47 0.22
HSL 339.86º 0.56% 0.51% -
HSV(B) 339.86º 0.7% 0.78% -
XYZ 27.72 16.31 15.32 -
YUV 106.22 127.88 194.18 -
System Red Green Blue C M Y K H S L
Decimal 199 59 106 0 0.70 0.47 0.22 339.86 0.56 0.51
Hex C7 3B 6A 0 46 2F 16 154 38 33
Octal 307 73 152 0 106 57 26 524 70 63
Binary 11000111 111011 1101010 0 1000110 101111 10110 101010100 111000 110011

Color Harmonies of #C73B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73B6A

Black with #C73B6A

Text Example


Text Example

White with #C73B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73B6A; }

 p { color: rgb(199,59,106); }

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

background-color css

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

 a { background-color: rgb(199,59,106); }

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

border-color css

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

 span { border-color: rgb(199,59,106); }

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