Html Css Color HEX #C03E6A Royal Heath

📋 copy color: '#C03E6A'

red 192 ◦ green 62 ◦ blue 106

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

Shades of Royal Heath #C03E6A

Tints of Royal Heath #C03E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.44%

R = 53.33%
G = 17.22%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#C03E6A (or 0xC03E6A) is known color: Royal Heath. HEX triplet: C0, 3E and 6A. RGB value is (192,62,106). Sum of RGB (Red+Green+Blue) = 192+62+106=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E6A is #3FC195. Grayscale: #696969. Windows color (decimal): -4178326 or 6962880. OLE color: 6962880.

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

Color convert

RGB 192 62 106 -
CMYK 0 0.68 0.45 0.25
HSL 339.69º 0.51% 0.5% -
HSV(B) 339.69º 0.68% 0.75% -
XYZ 26.06 15.69 15.29 -
YUV 105.89 128.07 189.42 -
System Red Green Blue C M Y K H S L
Decimal 192 62 106 0 0.68 0.45 0.25 339.69 0.51 0.5
Hex C0 3E 6A 0 44 2D 19 154 33 32
Octal 300 76 152 0 104 55 31 524 63 62
Binary 11000000 111110 1101010 0 1000100 101101 11001 101010100 110011 110010

Color Harmonies of #C03E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E6A

Black with #C03E6A

Text Example


Text Example

White with #C03E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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