#C34570

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

Shades of Royal Heath #C34570

Tints of Royal Heath #C34570

Color information

#C34570 (or 0xC34570) is unknown color: approx Royal Heath. HEX triplet: C3, 45 and 70. RGB value is (195,69,112). Sum of RGB (Red+Green+Blue) = 195+69+112=376 (49% of max value = 765). Red value is 195 (76.56% from 255 or 51.86% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 195 - color contains mainly: red. Hex color #C34570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34570 is #3CBA8F. Grayscale: #6F6F6F. Windows color (decimal): -3979920 or 7357891. OLE color: 7357891.

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

Color convert

RGB19569112-
CMYK00.650.430.24
HSL339.52º51.22%51.76%-
HSV(B)339.52º64.62%76.47%-
XYZ27.5617.0317.16-
YUV111.58128.24187.5-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.86%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=51.86%
G=18.35%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956911200.650.430.24339.5251.2251.76
HexC345700412B181543334
Octal303105160010153305246364
Binary11000011100010111100000100000110101111000101010100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34570; }

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

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

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

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

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

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

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

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