Html Css Color HEX #C04970 Royal Heath

📋 copy color: '#C04970'

red 192 ◦ green 73 ◦ blue 112

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

Shades of Royal Heath #C04970

Tints of Royal Heath #C04970

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

 BLUE value IS 112 (44.14% from 255) = 29.71%

R = 50.93%
G = 19.36%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C04970 (or 0xC04970) is known color: Royal Heath. HEX triplet: C0, 49 and 70. RGB value is (192,73,112). Sum of RGB (Red+Green+Blue) = 192+73+112=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C04970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04970 is #3FB68F. Grayscale: #707070. Windows color (decimal): -4175504 or 7358912. OLE color: 7358912.

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

Color convert

RGB 192 73 112 -
CMYK 0 0.62 0.42 0.25
HSL 340.34º 0.49% 0.52% -
HSV(B) 340.34º 0.62% 0.75% -
XYZ 27.05 17.14 17.21 -
YUV 113.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 192 73 112 0 0.62 0.42 0.25 340.34 0.49 0.52
Hex C0 49 70 0 3E 2A 19 154 31 34
Octal 300 111 160 0 76 52 31 524 61 64
Binary 11000000 1001001 1110000 0 111110 101010 11001 101010100 110001 110100

Color Harmonies of #C04970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04970

Black with #C04970

Text Example


Text Example

White with #C04970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04970; }

 p { color: rgb(192,73,112); }

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

background-color css

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

 a { background-color: rgb(192,73,112); }

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

border-color css

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

 span { border-color: rgb(192,73,112); }

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