#C34675

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

Shades of Royal Heath #C34675

Tints of Royal Heath #C34675

Color information

#C34675 (or 0xC34675) is unknown color: approx Royal Heath. HEX triplet: C3, 46 and 75. RGB value is (195,70,117). Sum of RGB (Red+Green+Blue) = 195+70+117=382 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.05% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 195 - color contains mainly: red. Hex color #C34675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34675 is #3CB98A. Grayscale: #707070. Windows color (decimal): -3979659 or 7685827. OLE color: 7685827.

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

Color convert

RGB19570117-
CMYK00.640.40.24
HSL337.44º51.02%51.96%-
HSV(B)337.44º64.1%76.47%-
XYZ27.9117.2718.69-
YUV112.73130.41186.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 51.05%
GREEN value IS 70 (27.73% from 255) = 18.32%
BLUE value IS 117 (46.09% from 255) = 30.63%
R=51.05%
G=18.32%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.4
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1957011700.640.40.24337.4451.0251.96
HexC3467504028181513334
Octal303106165010050305216364
Binary11000011100011011101010100000010100011000101010001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C34675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C34675; }

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

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

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

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

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

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

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

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