Html Css Color HEX #C03B74 Royal Heath

📋 copy color: '#C03B74'

red 192 ◦ green 59 ◦ blue 116

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

Shades of Royal Heath #C03B74

Tints of Royal Heath #C03B74

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.08%

 BLUE value IS 116 (45.7% from 255) = 31.61%

R = 52.32%
G = 16.08%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C03B74 (or 0xC03B74) is known color: Royal Heath. HEX triplet: C0, 3B and 74. RGB value is (192,59,116). Sum of RGB (Red+Green+Blue) = 192+59+116=367 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.32% from 367); Green value is 59 (23.44% from 255 or 16.08% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03B74 is #3FC48B. Grayscale: #696969. Windows color (decimal): -4179084 or 7617472. OLE color: 7617472.

HSL color Cylindrical-coordinate representation of color #C03B74: hue angle of 334.29º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03B74 is Cyan = 0, Magento = 0.69, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 59 116 -
CMYK 0 0.69 0.40 0.25
HSL 334.29º 0.53% 0.49% -
HSV(B) 334.29º 0.69% 0.75% -
XYZ 26.45 15.6 18.14 -
YUV 105.27 134.06 189.87 -
System Red Green Blue C M Y K H S L
Decimal 192 59 116 0 0.69 0.40 0.25 334.29 0.53 0.49
Hex C0 3B 74 0 45 28 19 14E 35 31
Octal 300 73 164 0 105 50 31 516 65 61
Binary 11000000 111011 1110100 0 1000101 101000 11001 101001110 110101 110001

Color Harmonies of #C03B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03B74

Black with #C03B74

Text Example


Text Example

White with #C03B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03B74; }

 p { color: rgb(192,59,116); }

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

background-color css

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

 a { background-color: rgb(192,59,116); }

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

border-color css

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

 span { border-color: rgb(192,59,116); }

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