Html Css Color HEX #C34972 Royal Heath

📋 copy color: '#C34972'

red 195 ◦ green 73 ◦ blue 114

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

Shades of Royal Heath #C34972

Tints of Royal Heath #C34972

RGB

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

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

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

R = 51.05%
G = 19.11%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C34972 (or 0xC34972) is known color: Royal Heath. HEX triplet: C3, 49 and 72. RGB value is (195,73,114). Sum of RGB (Red+Green+Blue) = 195+73+114=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 73 (28.91% from 255 or 19.11% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C34972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34972 is #3CB68D. Grayscale: #727272. Windows color (decimal): -3978894 or 7489987. OLE color: 7489987.

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

Color convert

RGB 195 73 114 -
CMYK 0 0.63 0.42 0.24
HSL 339.84º 0.5% 0.53% -
HSV(B) 339.84º 0.63% 0.76% -
XYZ 27.93 17.58 17.84 -
YUV 114.15 127.92 185.67 -
System Red Green Blue C M Y K H S L
Decimal 195 73 114 0 0.63 0.42 0.24 339.84 0.5 0.53
Hex C3 49 72 0 3F 2A 18 154 32 35
Octal 303 111 162 0 77 52 30 524 62 65
Binary 11000011 1001001 1110010 0 111111 101010 11000 101010100 110010 110101

Color Harmonies of #C34972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34972

Black with #C34972

Text Example


Text Example

White with #C34972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34972; }

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

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

background-color css

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

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

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

border-color css

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

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

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