#C0376A

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

Shades of Royal Heath #C0376A

Tints of Royal Heath #C0376A

Color information

#C0376A (or 0xC0376A) is unknown color: approx Royal Heath. HEX triplet: C0, 37 and 6A. RGB value is (192,55,106). Sum of RGB (Red+Green+Blue) = 192+55+106=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C0376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0376A is #3FC895. Grayscale: #656565. Windows color (decimal): -4180118 or 6961088. OLE color: 6961088.

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

Color convert

RGB19255106-
CMYK00.710.450.25
HSL337.66º55.47%48.43%-
HSV(B)337.66º71.35%75.29%-
XYZ25.7114.9815.17-
YUV101.78130.39192.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 55 (21.88% from 255) = 15.58%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=54.39%
G=15.58%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925510600.710.450.25337.6655.4748.43
HexC0376A0472D191523730
Octal30067152010755315226760
Binary1100000011011111010100100011110110111001101010010110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0376A; }

 p { color: rgb(192,55,106); }

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

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

 a { background-color: rgb(192,55,106); }

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

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

 span { border-color: rgb(192,55,106); }

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