#C1376A

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

Shades of Royal Heath #C1376A

Tints of Royal Heath #C1376A

Color information

#C1376A (or 0xC1376A) is unknown color: approx Royal Heath. HEX triplet: C1, 37 and 6A. RGB value is (193,55,106). Sum of RGB (Red+Green+Blue) = 193+55+106=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 55 (21.88% from 255 or 15.54% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C1376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1376A is #3EC895. Grayscale: #666666. Windows color (decimal): -4114582 or 6961089. OLE color: 6961089.

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

Color convert

RGB19355106-
CMYK00.720.450.24
HSL337.83º55.65%48.63%-
HSV(B)337.83º71.5%75.69%-
XYZ25.9615.1115.18-
YUV102.08130.22192.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.52%
GREEN value IS 55 (21.88% from 255) = 15.54%
BLUE value IS 106 (41.80% from 255) = 29.94%
R=54.52%
G=15.54%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935510600.720.450.24337.8355.6548.63
HexC1376A0482D181523831
Octal30167152011055305227061
Binary1100000111011111010100100100010110111000101010010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1376A; }

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

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

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

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

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

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

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

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