#C03868

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

Shades of Royal Heath #C03868

Tints of Royal Heath #C03868

Color information

#C03868 (or 0xC03868) is unknown color: approx Royal Heath. HEX triplet: C0, 38 and 68. RGB value is (192,56,104). Sum of RGB (Red+Green+Blue) = 192+56+104=352 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.55% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 192 - color contains mainly: red. Hex color #C03868 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03868 is #3FC797. Grayscale: #666666. Windows color (decimal): -4179864 or 6830272. OLE color: 6830272.

HSL color Cylindrical-coordinate representation of color #C03868: hue angle of 338.82º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03868 is Cyan = 0, Magento = 0.71, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB19256104-
CMYK00.710.460.25
HSL338.82º54.84%48.63%-
HSV(B)338.82º70.83%75.29%-
XYZ25.6515.0314.65-
YUV102.14129.06192.1-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.55%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=54.55%
G=15.91%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925610400.710.460.25338.8254.8448.63
HexC038680472E191533731
Octal30070150010756315236761
Binary1100000011100011010000100011110111011001101010011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03868; }

 p { color: rgb(192,56,104); }

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

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

 a { background-color: rgb(192,56,104); }

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

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

 span { border-color: rgb(192,56,104); }

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