#C3356C

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

Shades of Royal Heath #C3356C

Tints of Royal Heath #C3356C

Color information

#C3356C (or 0xC3356C) is unknown color: approx Royal Heath. HEX triplet: C3, 35 and 6C. RGB value is (195,53,108). Sum of RGB (Red+Green+Blue) = 195+53+108=356 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.78% from 356); Green value is 53 (21.09% from 255 or 14.89% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 195 - color contains mainly: red. Hex color #C3356C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3356C is #3CCA93. Grayscale: #656565. Windows color (decimal): -3984020 or 7091651. OLE color: 7091651.

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

Color convert

RGB19553108-
CMYK00.730.450.24
HSL336.76º57.26%48.63%-
HSV(B)336.76º72.82%76.47%-
XYZ26.4915.2315.73-
YUV101.73131.54194.53-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.78%
GREEN value IS 53 (21.09% from 255) = 14.89%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=54.78%
G=14.89%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1955310800.730.450.24336.7657.2648.63
HexC3356C0492D181513931
Octal30365154011155305217161
Binary1100001111010111011000100100110110111000101010001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3356C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3356C; }

 p { color: rgb(195,53,108); }

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

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

 a { background-color: rgb(195,53,108); }

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

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

 span { border-color: rgb(195,53,108); }

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