Html Css Color HEX #C03D6C Royal Heath

📋 copy color: '#C03D6C'

red 192 ◦ green 61 ◦ blue 108

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

Shades of Royal Heath #C03D6C

Tints of Royal Heath #C03D6C

RGB

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

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

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

R = 53.19%
G = 16.9%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C03D6C (or 0xC03D6C) is known color: Royal Heath. HEX triplet: C0, 3D and 6C. RGB value is (192,61,108). Sum of RGB (Red+Green+Blue) = 192+61+108=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D6C is #3FC293. Grayscale: #696969. Windows color (decimal): -4178580 or 7093696. OLE color: 7093696.

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

Color convert

RGB 192 61 108 -
CMYK 0 0.68 0.44 0.25
HSL 338.47º 0.52% 0.5% -
HSV(B) 338.47º 0.68% 0.75% -
XYZ 26.11 15.63 15.83 -
YUV 105.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 192 61 108 0 0.68 0.44 0.25 338.47 0.52 0.5
Hex C0 3D 6C 0 44 2C 19 152 34 32
Octal 300 75 154 0 104 54 31 522 64 62
Binary 11000000 111101 1101100 0 1000100 101100 11001 101010010 110100 110010

Color Harmonies of #C03D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03D6C

Black with #C03D6C

Text Example


Text Example

White with #C03D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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