#C0376F

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

Shades of Royal Heath #C0376F

Tints of Royal Heath #C0376F

Color information

#C0376F (or 0xC0376F) is unknown color: approx Royal Heath. HEX triplet: C0, 37 and 6F. RGB value is (192,55,111). Sum of RGB (Red+Green+Blue) = 192+55+111=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 55 (21.88% from 255 or 15.36% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0376F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0376F is #3FC890. Grayscale: #666666. Windows color (decimal): -4180113 or 7288768. OLE color: 7288768.

HSL color Cylindrical-coordinate representation of color #C0376F: hue angle of 335.47º 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 #C0376F is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB19255111-
CMYK00.710.420.25
HSL335.47º55.47%48.43%-
HSV(B)335.47º71.35%75.29%-
XYZ25.9715.0916.58-
YUV102.35132.89191.95-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.63%
GREEN value IS 55 (21.88% from 255) = 15.36%
BLUE value IS 111 (43.75% from 255) = 31.01%
R=53.63%
G=15.36%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1925511100.710.420.25335.4755.4748.43
HexC0376F0472A1914f3730
Octal30067157010752315176760
Binary1100000011011111011110100011110101011001101001111110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0376F; }

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

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

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

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

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

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

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

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