Html Css Color HEX #C03D6D Royal Heath

📋 copy color: '#C03D6D'

red 192 ◦ green 61 ◦ blue 109

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

Shades of Royal Heath #C03D6D

Tints of Royal Heath #C03D6D

RGB

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

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

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

R = 53.04%
G = 16.85%
B = 30.11%

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

#C03D6D (or 0xC03D6D) is known color: Royal Heath. HEX triplet: C0, 3D and 6D. RGB value is (192,61,109). Sum of RGB (Red+Green+Blue) = 192+61+109=362 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.04% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D6D is #3FC292. Grayscale: #696969. Windows color (decimal): -4178579 or 7159232. OLE color: 7159232.

HSL color Cylindrical-coordinate representation of color #C03D6D: hue angle of 338.02º degrees, saturation: 0.52, 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 #C03D6D is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 61 109 -
CMYK 0 0.68 0.43 0.25
HSL 338.02º 0.52% 0.5% -
HSV(B) 338.02º 0.68% 0.75% -
XYZ 26.17 15.65 16.11 -
YUV 105.64 129.9 189.6 -
System Red Green Blue C M Y K H S L
Decimal 192 61 109 0 0.68 0.43 0.25 338.02 0.52 0.5
Hex C0 3D 6D 0 44 2B 19 152 34 32
Octal 300 75 155 0 104 53 31 522 64 62
Binary 11000000 111101 1101101 0 1000100 101011 11001 101010010 110100 110010

Color Harmonies of #C03D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D6D

Black with #C03D6D

Text Example


Text Example

White with #C03D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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