Html Css Color HEX #C34873 Royal Heath

📋 copy color: '#C34873'

red 195 ◦ green 72 ◦ blue 115

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

Shades of Royal Heath #C34873

Tints of Royal Heath #C34873

RGB

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

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

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

R = 51.05%
G = 18.85%
B = 30.1%

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

#C34873 (or 0xC34873) is known color: Royal Heath. HEX triplet: C3, 48 and 73. RGB value is (195,72,115). Sum of RGB (Red+Green+Blue) = 195+72+115=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 72 (28.52% from 255 or 18.85% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C34873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34873 is #3CB78C. Grayscale: #717171. Windows color (decimal): -3979149 or 7555267. OLE color: 7555267.

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

Color convert

RGB 195 72 115 -
CMYK 0 0.63 0.41 0.24
HSL 339.02º 0.51% 0.52% -
HSV(B) 339.02º 0.63% 0.76% -
XYZ 27.92 17.47 18.12 -
YUV 113.68 128.75 186 -
System Red Green Blue C M Y K H S L
Decimal 195 72 115 0 0.63 0.41 0.24 339.02 0.51 0.52
Hex C3 48 73 0 3F 29 18 153 33 34
Octal 303 110 163 0 77 51 30 523 63 64
Binary 11000011 1001000 1110011 0 111111 101001 11000 101010011 110011 110100

Color Harmonies of #C34873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34873

Black with #C34873

Text Example


Text Example

White with #C34873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34873; }

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

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

background-color css

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

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

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

border-color css

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

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

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