Html Css Color HEX #C03671 Royal Heath

📋 copy color: '#C03671'

red 192 ◦ green 54 ◦ blue 113

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

Shades of Royal Heath #C03671

Tints of Royal Heath #C03671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.04%

 BLUE value IS 113 (44.53% from 255) = 31.48%

R = 53.48%
G = 15.04%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C03671 (or 0xC03671) is known color: Royal Heath. HEX triplet: C0, 36 and 71. RGB value is (192,54,113). Sum of RGB (Red+Green+Blue) = 192+54+113=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 54 (21.48% from 255 or 15.04% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C03671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03671 is #3FC98E. Grayscale: #656565. Windows color (decimal): -4180367 or 7419584. OLE color: 7419584.

HSL color Cylindrical-coordinate representation of color #C03671: hue angle of 334.35º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C03671 is Cyan = 0, Magento = 0.72, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 54 113 -
CMYK 0 0.72 0.41 0.25
HSL 334.35º 0.56% 0.48% -
HSV(B) 334.35º 0.72% 0.75% -
XYZ 26.04 15.04 17.15 -
YUV 101.99 134.22 192.2 -
System Red Green Blue C M Y K H S L
Decimal 192 54 113 0 0.72 0.41 0.25 334.35 0.56 0.48
Hex C0 36 71 0 48 29 19 14E 38 30
Octal 300 66 161 0 110 51 31 516 70 60
Binary 11000000 110110 1110001 0 1001000 101001 11001 101001110 111000 110000

Color Harmonies of #C03671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03671

Black with #C03671

Text Example


Text Example

White with #C03671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03671; }

 p { color: rgb(192,54,113); }

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

background-color css

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

 a { background-color: rgb(192,54,113); }

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

border-color css

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

 span { border-color: rgb(192,54,113); }

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