#C34074

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

Shades of Royal Heath #C34074

Tints of Royal Heath #C34074

Color information

#C34074 (or 0xC34074) is unknown color: approx Royal Heath. HEX triplet: C3, 40 and 74. RGB value is (195,64,116). Sum of RGB (Red+Green+Blue) = 195+64+116=375 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 195 - color contains mainly: red. Hex color #C34074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34074 is #3CBF8B. Grayscale: #6D6D6D. Windows color (decimal): -3981196 or 7618755. OLE color: 7618755.

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

Color convert

RGB19564116-
CMYK00.670.410.24
HSL336.18º52.19%50.78%-
HSV(B)336.18º67.18%76.47%-
XYZ27.4916.5318.26-
YUV109.1131.9189.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52%
GREEN value IS 64 (25.39% from 255) = 17.07%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=52%
G=17.07%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956411600.670.410.24336.1852.1950.78
HexC3407404329181503433
Octal303100164010351305206463
Binary11000011100000011101000100001110100111000101010000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34074; }

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

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

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

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

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

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

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

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