Html Css Color HEX #C03B73 Royal Heath

📋 copy color: '#C03B73'

red 192 ◦ green 59 ◦ blue 115

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

Shades of Royal Heath #C03B73

Tints of Royal Heath #C03B73

RGB

 RED value IS 192 (75.39% from 255) = 52.46%

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

 BLUE value IS 115 (45.31% from 255) = 31.42%

R = 52.46%
G = 16.12%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C03B73 (or 0xC03B73) is known color: Royal Heath. HEX triplet: C0, 3B and 73. RGB value is (192,59,115). Sum of RGB (Red+Green+Blue) = 192+59+115=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 59 (23.44% from 255 or 16.12% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B73 is #3FC48C. Grayscale: #696969. Windows color (decimal): -4179085 or 7551936. OLE color: 7551936.

HSL color Cylindrical-coordinate representation of color #C03B73: hue angle of 334.74º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B73 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 115 -
CMYK 0 0.69 0.40 0.25
HSL 334.74º 0.53% 0.49% -
HSV(B) 334.74º 0.69% 0.75% -
XYZ 26.4 15.57 17.83 -
YUV 105.15 133.56 189.95 -
System Red Green Blue C M Y K H S L
Decimal 192 59 115 0 0.69 0.40 0.25 334.74 0.53 0.49
Hex C0 3B 73 0 45 28 19 14F 35 31
Octal 300 73 163 0 105 50 31 517 65 61
Binary 11000000 111011 1110011 0 1000101 101000 11001 101001111 110101 110001

Color Harmonies of #C03B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B73

Black with #C03B73

Text Example


Text Example

White with #C03B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B73; }

 p { color: rgb(192,59,115); }

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

background-color css

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

 a { background-color: rgb(192,59,115); }

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

border-color css

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

 span { border-color: rgb(192,59,115); }

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