#C35378

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

Shades of Royal Heath #C35378

Tints of Royal Heath #C35378

Color information

#C35378 (or 0xC35378) is unknown color: approx Royal Heath. HEX triplet: C3, 53 and 78. RGB value is (195,83,120). Sum of RGB (Red+Green+Blue) = 195+83+120=398 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.99% from 398); Green value is 83 (32.81% from 255 or 20.85% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 195 - color contains mainly: red. Hex color #C35378 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35378 is #3CAC87. Grayscale: #787878. Windows color (decimal): -3976328 or 7885763. OLE color: 7885763.

HSL color Cylindrical-coordinate representation of color #C35378: hue angle of 340.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35378 is Cyan = 0, Magento = 0.57, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB19583120-
CMYK00.570.380.24
HSL340.18º48.28%54.51%-
HSV(B)340.18º57.44%76.47%-
XYZ28.9919.1419.94-
YUV120.71127.61180.99-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.99%
GREEN value IS 83 (32.81% from 255) = 20.85%
BLUE value IS 120 (47.27% from 255) = 30.15%
R=48.99%
G=20.85%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958312000.570.380.24340.1848.2854.51
HexC3537803926181543037
Octal30312317007146305246067
Binary1100001110100111111000011100110011011000101010100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35378; }

 p { color: rgb(195,83,120); }

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

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

 a { background-color: rgb(195,83,120); }

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

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

 span { border-color: rgb(195,83,120); }

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