Html Css Color HEX #C34C73 Royal Heath

📋 copy color: '#C34C73'

red 195 ◦ green 76 ◦ blue 115

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

Shades of Royal Heath #C34C73

Tints of Royal Heath #C34C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.69%

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

R = 50.52%
G = 19.69%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C34C73 (or 0xC34C73) is known color: Royal Heath. HEX triplet: C3, 4C and 73. RGB value is (195,76,115). Sum of RGB (Red+Green+Blue) = 195+76+115=386 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.52% from 386); Green value is 76 (30.08% from 255 or 19.69% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 195 - color contains mainly: red. Hex color #C34C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34C73 is #3CB38C. Grayscale: #737373. Windows color (decimal): -3978125 or 7556291. OLE color: 7556291.

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

Color convert

RGB 195 76 115 -
CMYK 0 0.61 0.41 0.24
HSL 340.34º 0.5% 0.53% -
HSV(B) 340.34º 0.61% 0.76% -
XYZ 28.18 18.01 18.21 -
YUV 116.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 195 76 115 0 0.61 0.41 0.24 340.34 0.5 0.53
Hex C3 4C 73 0 3D 29 18 154 32 35
Octal 303 114 163 0 75 51 30 524 62 65
Binary 11000011 1001100 1110011 0 111101 101001 11000 101010100 110010 110101

Color Harmonies of #C34C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34C73

Black with #C34C73

Text Example


Text Example

White with #C34C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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