#C34475

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

Shades of Royal Heath #C34475

Tints of Royal Heath #C34475

Color information

#C34475 (or 0xC34475) is unknown color: approx Royal Heath. HEX triplet: C3, 44 and 75. RGB value is (195,68,117). Sum of RGB (Red+Green+Blue) = 195+68+117=380 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.32% from 380); Green value is 68 (26.95% from 255 or 17.89% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 195 - color contains mainly: red. Hex color #C34475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34475 is #3CBB8A. Grayscale: #6F6F6F. Windows color (decimal): -3980171 or 7685315. OLE color: 7685315.

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

Color convert

RGB19568117-
CMYK00.650.40.24
HSL336.85º51.42%51.57%-
HSV(B)336.85º65.13%76.47%-
XYZ27.7817.0218.65-
YUV111.56131.08187.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.32%
GREEN value IS 68 (26.95% from 255) = 17.89%
BLUE value IS 117 (46.09% from 255) = 30.79%
R=51.32%
G=17.89%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956811700.650.40.24336.8551.4251.57
HexC3447504128181513334
Octal303104165010150305216364
Binary11000011100010011101010100000110100011000101010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34475; }

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

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

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

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

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

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

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

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