Html Css Color HEX #C73D6C Royal Heath

📋 copy color: '#C73D6C'

red 199 ◦ green 61 ◦ blue 108

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

Shades of Royal Heath #C73D6C

Tints of Royal Heath #C73D6C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.58%

 BLUE value IS 108 (42.58% from 255) = 29.35%

R = 54.08%
G = 16.58%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C73D6C (or 0xC73D6C) is known color: Royal Heath. HEX triplet: C7, 3D and 6C. RGB value is (199,61,108). Sum of RGB (Red+Green+Blue) = 199+61+108=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 61 (24.22% from 255 or 16.58% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73D6C is #38C293. Grayscale: #6B6B6B. Windows color (decimal): -3719828 or 7093703. OLE color: 7093703.

HSL color Cylindrical-coordinate representation of color #C73D6C: hue angle of 339.57º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73D6C is Cyan = 0, Magento = 0.69, Yellow = 0.46 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 61 108 -
CMYK 0 0.69 0.46 0.22
HSL 339.57º 0.55% 0.51% -
HSV(B) 339.57º 0.69% 0.78% -
XYZ 27.93 16.56 15.91 -
YUV 107.62 128.22 193.18 -
System Red Green Blue C M Y K H S L
Decimal 199 61 108 0 0.69 0.46 0.22 339.57 0.55 0.51
Hex C7 3D 6C 0 45 2E 16 154 37 33
Octal 307 75 154 0 105 56 26 524 67 63
Binary 11000111 111101 1101100 0 1000101 101110 10110 101010100 110111 110011

Color Harmonies of #C73D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C73D6C

Black with #C73D6C

Text Example


Text Example

White with #C73D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C73D6C; }

 p { color: rgb(199,61,108); }

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

background-color css

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

 a { background-color: rgb(199,61,108); }

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

border-color css

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

 span { border-color: rgb(199,61,108); }

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