#C03D6D

Color #C03D6D Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C03D6D

Tints of Royal Heath #C03D6D

Color information

#C03D6D (or 0xC03D6D) is unknown color: approx 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

RGB19261109-
CMYK00.680.430.25
HSL338.02º51.78%49.61%-
HSV(B)338.02º68.23%75.29%-
XYZ26.1715.6516.11-
YUV105.64129.9189.6-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926110900.680.430.25338.0251.7849.61
HexC03D6D0442B191523432
Octal30075155010453315226462
Binary1100000011110111011010100010010101111001101010010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>