#C34E7A

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

Shades of Royal Heath #C34E7A

Tints of Royal Heath #C34E7A

Color information

#C34E7A (or 0xC34E7A) is unknown color: approx Royal Heath. HEX triplet: C3, 4E and 7A. RGB value is (195,78,122). Sum of RGB (Red+Green+Blue) = 195+78+122=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C34E7A is #3CB185. Grayscale: #757575. Windows color (decimal): -3977606 or 8015555. OLE color: 8015555.

HSL color Cylindrical-coordinate representation of color #C34E7A: hue angle of 337.44º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C34E7A is Cyan = 0, Magento = 0.6, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB19578122-
CMYK00.60.370.24
HSL337.44º49.37%53.53%-
HSV(B)337.44º60%76.47%-
XYZ28.7418.4620.46-
YUV118130.26182.92-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=49.37%
G=19.75%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957812200.60.370.24337.4449.3753.53
HexC34E7A03C25181513136
Octal30311617207445305216166
Binary1100001110011101111010011110010010111000101010001110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34E7A; }

 p { color: rgb(195,78,122); }

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

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

 a { background-color: rgb(195,78,122); }

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

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

 span { border-color: rgb(195,78,122); }

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