Html Css Color HEX #C04572 Royal Heath

📋 copy color: '#C04572'

red 192 ◦ green 69 ◦ blue 114

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

Shades of Royal Heath #C04572

Tints of Royal Heath #C04572

RGB

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

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

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

R = 51.2%
G = 18.4%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.25

RGB Variations

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

Color information

#C04572 (or 0xC04572) is known color: Royal Heath. HEX triplet: C0, 45 and 72. RGB value is (192,69,114). Sum of RGB (Red+Green+Blue) = 192+69+114=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C04572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04572 is #3FBA8D. Grayscale: #6E6E6E. Windows color (decimal): -4176526 or 7488960. OLE color: 7488960.

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

Color convert

RGB 192 69 114 -
CMYK 0 0.64 0.41 0.25
HSL 338.05º 0.49% 0.51% -
HSV(B) 338.05º 0.64% 0.75% -
XYZ 26.9 16.68 17.72 -
YUV 110.91 129.75 185.84 -
System Red Green Blue C M Y K H S L
Decimal 192 69 114 0 0.64 0.41 0.25 338.05 0.49 0.51
Hex C0 45 72 0 40 29 19 152 31 33
Octal 300 105 162 0 100 51 31 522 61 63
Binary 11000000 1000101 1110010 0 1000000 101001 11001 101010010 110001 110011

Color Harmonies of #C04572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04572

Black with #C04572

Text Example


Text Example

White with #C04572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04572; }

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

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

background-color css

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

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

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

border-color css

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

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

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