#C2376A

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

Shades of Royal Heath #C2376A

Tints of Royal Heath #C2376A

Color information

#C2376A (or 0xC2376A) is unknown color: approx Royal Heath. HEX triplet: C2, 37 and 6A. RGB value is (194,55,106). Sum of RGB (Red+Green+Blue) = 194+55+106=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 106 (41.80% from 255 or 29.86% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C2376A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2376A is #3DC895. Grayscale: #666666. Windows color (decimal): -4049046 or 6961090. OLE color: 6961090.

HSL color Cylindrical-coordinate representation of color #C2376A: hue angle of 337.99º 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 #C2376A is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB19455106-
CMYK00.720.450.24
HSL337.99º55.82%48.82%-
HSV(B)337.99º71.65%76.08%-
XYZ26.2215.2415.2-
YUV102.38130.05193.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.65%
GREEN value IS 55 (21.88% from 255) = 15.49%
BLUE value IS 106 (41.80% from 255) = 29.86%
R=54.65%
G=15.49%
B=29.86%

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
Decimal1945510600.720.450.24337.9955.8248.82
HexC2376A0482D181523831
Octal30267152011055305227061
Binary1100001011011111010100100100010110111000101010010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2376A; }

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

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

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

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

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

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

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

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