Html Css Color HEX #C34575 Royal Heath

📋 copy color: '#C34575'

red 195 ◦ green 69 ◦ blue 117

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

Shades of Royal Heath #C34575

Tints of Royal Heath #C34575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 51.18%
G = 18.11%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C34575 (or 0xC34575) is known color: Royal Heath. HEX triplet: C3, 45 and 75. RGB value is (195,69,117). Sum of RGB (Red+Green+Blue) = 195+69+117=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C34575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34575 is #3CBA8A. Grayscale: #707070. Windows color (decimal): -3979915 or 7685571. OLE color: 7685571.

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

Color convert

RGB 195 69 117 -
CMYK 0 0.65 0.4 0.24
HSL 337.14º 0.51% 0.52% -
HSV(B) 337.14º 0.65% 0.76% -
XYZ 27.84 17.14 18.67 -
YUV 112.15 130.74 187.1 -
System Red Green Blue C M Y K H S L
Decimal 195 69 117 0 0.65 0.4 0.24 337.14 0.51 0.52
Hex C3 45 75 0 41 28 18 151 33 34
Octal 303 105 165 0 101 50 30 521 63 64
Binary 11000011 1000101 1110101 0 1000001 101000 11000 101010001 110011 110100

Color Harmonies of #C34575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34575

Black with #C34575

Text Example


Text Example

White with #C34575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34575; }

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

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

background-color css

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

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

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

border-color css

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

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

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