#C35276

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

Shades of Royal Heath #C35276

Tints of Royal Heath #C35276

Color information

#C35276 (or 0xC35276) is unknown color: approx Royal Heath. HEX triplet: C3, 52 and 76. RGB value is (195,82,118). Sum of RGB (Red+Green+Blue) = 195+82+118=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C35276 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35276 is #3CAD89. Grayscale: #777777. Windows color (decimal): -3976586 or 7754435. OLE color: 7754435.

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

Color convert

RGB19582118-
CMYK00.580.390.24
HSL340.88º48.5%54.31%-
HSV(B)340.88º57.95%76.47%-
XYZ28.7918.9419.28-
YUV119.89126.94181.57-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 49.37%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=49.37%
G=20.76%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1958211800.580.390.24340.8848.554.31
HexC3527603A27181553036
Octal30312216607247305256066
Binary1100001110100101110110011101010011111000101010101110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C35276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C35276; }

 p { color: rgb(195,82,118); }

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

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

 a { background-color: rgb(195,82,118); }

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

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

 span { border-color: rgb(195,82,118); }

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