Html Css Color HEX #C34576 Royal Heath

📋 copy color: '#C34576'

red 195 ◦ green 69 ◦ blue 118

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

Shades of Royal Heath #C34576

Tints of Royal Heath #C34576

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.06%

 BLUE value IS 118 (46.48% from 255) = 30.89%

R = 51.05%
G = 18.06%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C34576 (or 0xC34576) is known color: Royal Heath. HEX triplet: C3, 45 and 76. RGB value is (195,69,118). Sum of RGB (Red+Green+Blue) = 195+69+118=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 69 (27.34% from 255 or 18.06% from 382); Blue value is 118 (46.48% from 255 or 30.89% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C34576 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34576 is #3CBA89. Grayscale: #707070. Windows color (decimal): -3979914 or 7751107. OLE color: 7751107.

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

Color convert

RGB 195 69 118 -
CMYK 0 0.65 0.39 0.24
HSL 336.67º 0.51% 0.52% -
HSV(B) 336.67º 0.65% 0.76% -
XYZ 27.9 17.17 18.98 -
YUV 112.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 195 69 118 0 0.65 0.39 0.24 336.67 0.51 0.52
Hex C3 45 76 0 41 27 18 151 33 34
Octal 303 105 166 0 101 47 30 521 63 64
Binary 11000011 1000101 1110110 0 1000001 100111 11000 101010001 110011 110100

Color Harmonies of #C34576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34576

Black with #C34576

Text Example


Text Example

White with #C34576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34576; }

 p { color: rgb(195,69,118); }

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

background-color css

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

 a { background-color: rgb(195,69,118); }

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

border-color css

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

 span { border-color: rgb(195,69,118); }

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