Html Css Color HEX #C04574 Royal Heath

📋 copy color: '#C04574'

red 192 ◦ green 69 ◦ blue 116

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

Shades of Royal Heath #C04574

Tints of Royal Heath #C04574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.3%

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

R = 50.93%
G = 18.3%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C04574 (or 0xC04574) is known color: Royal Heath. HEX triplet: C0, 45 and 74. RGB value is (192,69,116). Sum of RGB (Red+Green+Blue) = 192+69+116=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C04574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04574 is #3FBA8B. Grayscale: #6F6F6F. Windows color (decimal): -4176524 or 7620032. OLE color: 7620032.

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

Color convert

RGB 192 69 116 -
CMYK 0 0.64 0.40 0.25
HSL 337.07º 0.49% 0.51% -
HSV(B) 337.07º 0.64% 0.75% -
XYZ 27.02 16.72 18.33 -
YUV 111.14 130.75 185.68 -
System Red Green Blue C M Y K H S L
Decimal 192 69 116 0 0.64 0.40 0.25 337.07 0.49 0.51
Hex C0 45 74 0 40 28 19 151 31 33
Octal 300 105 164 0 100 50 31 521 61 63
Binary 11000000 1000101 1110100 0 1000000 101000 11001 101010001 110001 110011

Color Harmonies of #C04574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04574

Black with #C04574

Text Example


Text Example

White with #C04574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04574; }

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

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

background-color css

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

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

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

border-color css

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

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

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