Html Css Color HEX #C03E6B Royal Heath

📋 copy color: '#C03E6B'

red 192 ◦ green 62 ◦ blue 107

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

Shades of Royal Heath #C03E6B

Tints of Royal Heath #C03E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 53.19%
G = 17.17%
B = 29.64%

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

#C03E6B (or 0xC03E6B) is known color: Royal Heath. HEX triplet: C0, 3E and 6B. RGB value is (192,62,107). Sum of RGB (Red+Green+Blue) = 192+62+107=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E6B is #3FC194. Grayscale: #696969. Windows color (decimal): -4178325 or 7028416. OLE color: 7028416.

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

Color convert

RGB 192 62 107 -
CMYK 0 0.68 0.44 0.25
HSL 339.23º 0.51% 0.5% -
HSV(B) 339.23º 0.68% 0.75% -
XYZ 26.11 15.71 15.57 -
YUV 106 128.57 189.34 -
System Red Green Blue C M Y K H S L
Decimal 192 62 107 0 0.68 0.44 0.25 339.23 0.51 0.5
Hex C0 3E 6B 0 44 2C 19 153 33 32
Octal 300 76 153 0 104 54 31 523 63 62
Binary 11000000 111110 1101011 0 1000100 101100 11001 101010011 110011 110010

Color Harmonies of #C03E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03E6B

Black with #C03E6B

Text Example


Text Example

White with #C03E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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