Html Css Color HEX #C34975 Royal Heath

📋 copy color: '#C34975'

red 195 ◦ green 73 ◦ blue 117

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

Shades of Royal Heath #C34975

Tints of Royal Heath #C34975

RGB

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

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

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

R = 50.65%
G = 18.96%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.4

 K value IS 0.24

RGB Variations

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

Color information

#C34975 (or 0xC34975) is known color: Royal Heath. HEX triplet: C3, 49 and 75. RGB value is (195,73,117). Sum of RGB (Red+Green+Blue) = 195+73+117=385 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.65% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 195 - color contains mainly: red. Hex color #C34975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34975 is #3CB68A. Grayscale: #727272. Windows color (decimal): -3978891 or 7686595. OLE color: 7686595.

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

Color convert

RGB 195 73 117 -
CMYK 0 0.63 0.4 0.24
HSL 338.36º 0.5% 0.53% -
HSV(B) 338.36º 0.63% 0.76% -
XYZ 28.1 17.65 18.76 -
YUV 114.49 129.42 185.42 -
System Red Green Blue C M Y K H S L
Decimal 195 73 117 0 0.63 0.4 0.24 338.36 0.5 0.53
Hex C3 49 75 0 3F 28 18 152 32 35
Octal 303 111 165 0 77 50 30 522 62 65
Binary 11000011 1001001 1110101 0 111111 101000 11000 101010010 110010 110101

Color Harmonies of #C34975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34975

Black with #C34975

Text Example


Text Example

White with #C34975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34975; }

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

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

background-color css

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

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

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

border-color css

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

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

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