#C34072

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

Shades of Royal Heath #C34072

Tints of Royal Heath #C34072

Color information

#C34072 (or 0xC34072) is unknown color: approx Royal Heath. HEX triplet: C3, 40 and 72. RGB value is (195,64,114). Sum of RGB (Red+Green+Blue) = 195+64+114=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C34072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34072 is #3CBF8D. Grayscale: #6C6C6C. Windows color (decimal): -3981198 or 7487683. OLE color: 7487683.

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

Color convert

RGB19564114-
CMYK00.670.420.24
HSL337.1º52.19%50.78%-
HSV(B)337.1º67.18%76.47%-
XYZ27.3816.4817.66-
YUV108.87130.9189.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.28%
GREEN value IS 64 (25.39% from 255) = 17.16%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=52.28%
G=17.16%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956411400.670.420.24337.152.1950.78
HexC340720432A181513433
Octal303100162010352305216463
Binary11000011100000011100100100001110101011000101010001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34072; }

 p { color: rgb(195,64,114); }

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

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

 a { background-color: rgb(195,64,114); }

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

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

 span { border-color: rgb(195,64,114); }

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