Html Css Color HEX #C04874 Royal Heath

📋 copy color: '#C04874'

red 192 ◦ green 72 ◦ blue 116

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

Shades of Royal Heath #C04874

Tints of Royal Heath #C04874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.95%

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

R = 50.53%
G = 18.95%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C04874 (or 0xC04874) is known color: Royal Heath. HEX triplet: C0, 48 and 74. RGB value is (192,72,116). Sum of RGB (Red+Green+Blue) = 192+72+116=380 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.53% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 192 - color contains mainly: red. Hex color #C04874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04874 is #3FB78B. Grayscale: #707070. Windows color (decimal): -4175756 or 7620800. OLE color: 7620800.

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

Color convert

RGB 192 72 116 -
CMYK 0 0.63 0.40 0.25
HSL 338º 0.49% 0.52% -
HSV(B) 338º 0.63% 0.75% -
XYZ 27.21 17.1 18.39 -
YUV 112.9 129.76 184.42 -
System Red Green Blue C M Y K H S L
Decimal 192 72 116 0 0.63 0.40 0.25 338 0.49 0.52
Hex C0 48 74 0 3F 28 19 152 31 34
Octal 300 110 164 0 77 50 31 522 61 64
Binary 11000000 1001000 1110100 0 111111 101000 11001 101010010 110001 110100

Color Harmonies of #C04874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04874

Black with #C04874

Text Example


Text Example

White with #C04874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04874; }

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

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

background-color css

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

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

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

border-color css

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

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

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