#C34875

Color #C34875 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C34875

Tints of Royal Heath #C34875

Color information

#C34875 (or 0xC34875) is unknown color: approx Royal Heath. HEX triplet: C3, 48 and 75. RGB value is (195,72,117). Sum of RGB (Red+Green+Blue) = 195+72+117=384 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.78% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 195 - color contains mainly: red. Hex color #C34875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34875 is #3CB78A. Grayscale: #717171. Windows color (decimal): -3979147 or 7686339. OLE color: 7686339.

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

Color convert

RGB19572117-
CMYK00.630.40.24
HSL338.05º50.62%52.35%-
HSV(B)338.05º63.08%76.47%-
XYZ28.0317.5218.73-
YUV113.91129.75185.84-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 50.78%
GREEN value IS 72 (28.52% from 255) = 18.75%
BLUE value IS 117 (46.09% from 255) = 30.47%
R=50.78%
G=18.75%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957211700.630.40.24338.0550.6252.35
HexC3487503F28181523334
Octal30311016507750305226364
Binary1100001110010001110101011111110100011000101010010110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34875; }

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

 H1.HeaderClassName
 {
   color: #C34875;
 }
 .AnyTagClassName
 {
   color: #C34875;
 }
</style>
background-color css

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

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

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

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

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

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