#C0366C

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

Shades of Royal Heath #C0366C

Tints of Royal Heath #C0366C

Color information

#C0366C (or 0xC0366C) is unknown color: approx Royal Heath. HEX triplet: C0, 36 and 6C. RGB value is (192,54,108). Sum of RGB (Red+Green+Blue) = 192+54+108=354 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.24% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 192 - color contains mainly: red. Hex color #C0366C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0366C is #3FC993. Grayscale: #656565. Windows color (decimal): -4180372 or 7091904. OLE color: 7091904.

HSL color Cylindrical-coordinate representation of color #C0366C: hue angle of 336.52º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C0366C is Cyan = 0, Magento = 0.72, Yellow = 0.44 and Black (K on CMYK) = 0.25.

Color convert

RGB19254108-
CMYK00.720.440.25
HSL336.52º56.1%48.24%-
HSV(B)336.52º71.88%75.29%-
XYZ25.7614.9315.71-
YUV101.42131.72192.61-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.24%
GREEN value IS 54 (21.48% from 255) = 15.25%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=54.24%
G=15.25%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925410800.720.440.25336.5256.148.24
HexC0366C0482C191513830
Octal30066154011054315217060
Binary1100000011011011011000100100010110011001101010001111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0366C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0366C; }

 p { color: rgb(192,54,108); }

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

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

 a { background-color: rgb(192,54,108); }

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

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

 span { border-color: rgb(192,54,108); }

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