Html Css Color HEX #C03672 Royal Heath

📋 copy color: '#C03672'

red 192 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #C03672

Tints of Royal Heath #C03672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 53.33%
G = 15%
B = 31.67%

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

#C03672 (or 0xC03672) is known color: Royal Heath. HEX triplet: C0, 36 and 72. RGB value is (192,54,114). Sum of RGB (Red+Green+Blue) = 192+54+114=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 54 (21.48% from 255 or 15% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C03672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03672 is #3FC98D. Grayscale: #666666. Windows color (decimal): -4180366 or 7485120. OLE color: 7485120.

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

Color convert

RGB 192 54 114 -
CMYK 0 0.72 0.41 0.25
HSL 333.91º 0.56% 0.48% -
HSV(B) 333.91º 0.72% 0.75% -
XYZ 26.09 15.06 17.45 -
YUV 102.1 134.72 192.12 -
System Red Green Blue C M Y K H S L
Decimal 192 54 114 0 0.72 0.41 0.25 333.91 0.56 0.48
Hex C0 36 72 0 48 29 19 14E 38 30
Octal 300 66 162 0 110 51 31 516 70 60
Binary 11000000 110110 1110010 0 1001000 101001 11001 101001110 111000 110000

Color Harmonies of #C03672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03672

Black with #C03672

Text Example


Text Example

White with #C03672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03672; }

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

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

background-color css

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

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

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

border-color css

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

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

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