Html Css Color HEX #C34973 Royal Heath

📋 copy color: '#C34973'

red 195 ◦ green 73 ◦ blue 115

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

Shades of Royal Heath #C34973

Tints of Royal Heath #C34973

RGB

 RED value IS 195 (76.56% from 255) = 50.91%

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

 BLUE value IS 115 (45.31% from 255) = 30.03%

R = 50.91%
G = 19.06%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C34973 (or 0xC34973) is known color: Royal Heath. HEX triplet: C3, 49 and 73. RGB value is (195,73,115). Sum of RGB (Red+Green+Blue) = 195+73+115=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C34973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34973 is #3CB68C. Grayscale: #727272. Windows color (decimal): -3978893 or 7555523. OLE color: 7555523.

HSL color Cylindrical-coordinate representation of color #C34973: hue angle of 339.34º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34973 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 73 115 -
CMYK 0 0.63 0.41 0.24
HSL 339.34º 0.5% 0.53% -
HSV(B) 339.34º 0.63% 0.76% -
XYZ 27.98 17.61 18.14 -
YUV 114.27 128.42 185.58 -
System Red Green Blue C M Y K H S L
Decimal 195 73 115 0 0.63 0.41 0.24 339.34 0.5 0.53
Hex C3 49 73 0 3F 29 18 153 32 35
Octal 303 111 163 0 77 51 30 523 62 65
Binary 11000011 1001001 1110011 0 111111 101001 11000 101010011 110010 110101

Color Harmonies of #C34973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34973

Black with #C34973

Text Example


Text Example

White with #C34973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34973; }

 p { color: rgb(195,73,115); }

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

background-color css

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

 a { background-color: rgb(195,73,115); }

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

border-color css

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

 span { border-color: rgb(195,73,115); }

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