Html Css Color HEX #C03E6D Royal Heath

📋 copy color: '#C03E6D'

red 192 ◦ green 62 ◦ blue 109

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

Shades of Royal Heath #C03E6D

Tints of Royal Heath #C03E6D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.08%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 52.89%
G = 17.08%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C03E6D (or 0xC03E6D) is known color: Royal Heath. HEX triplet: C0, 3E and 6D. RGB value is (192,62,109). Sum of RGB (Red+Green+Blue) = 192+62+109=363 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.89% from 363); Green value is 62 (24.61% from 255 or 17.08% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E6D is #3FC192. Grayscale: #6A6A6A. Windows color (decimal): -4178323 or 7159488. OLE color: 7159488.

HSL color Cylindrical-coordinate representation of color #C03E6D: hue angle of 338.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E6D is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 62 109 -
CMYK 0 0.68 0.43 0.25
HSL 338.31º 0.51% 0.5% -
HSV(B) 338.31º 0.68% 0.75% -
XYZ 26.22 15.76 16.13 -
YUV 106.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 192 62 109 0 0.68 0.43 0.25 338.31 0.51 0.5
Hex C0 3E 6D 0 44 2B 19 152 33 32
Octal 300 76 155 0 104 53 31 522 63 62
Binary 11000000 111110 1101101 0 1000100 101011 11001 101010010 110011 110010

Color Harmonies of #C03E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E6D

Black with #C03E6D

Text Example


Text Example

White with #C03E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E6D; }

 p { color: rgb(192,62,109); }

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

background-color css

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

 a { background-color: rgb(192,62,109); }

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

border-color css

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

 span { border-color: rgb(192,62,109); }

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