#C2326D

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

Shades of Royal Heath #C2326D

Tints of Royal Heath #C2326D

Color information

#C2326D (or 0xC2326D) is unknown color: approx Royal Heath. HEX triplet: C2, 32 and 6D. RGB value is (194,50,109). Sum of RGB (Red+Green+Blue) = 194+50+109=353 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.96% from 353); Green value is 50 (19.92% from 255 or 14.16% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 194 - color contains mainly: red. Hex color #C2326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2326D is #3DCD92. Grayscale: #636363. Windows color (decimal): -4050323 or 7156418. OLE color: 7156418.

HSL color Cylindrical-coordinate representation of color #C2326D: hue angle of 335.42º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C2326D is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB19450109-
CMYK00.740.440.24
HSL335.42º59.02%47.84%-
HSV(B)335.42º74.23%76.08%-
XYZ26.1514.8515.96-
YUV99.78133.21195.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.96%
GREEN value IS 50 (19.92% from 255) = 14.16%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=54.96%
G=14.16%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1945010900.740.440.24335.4259.0247.84
HexC2326D04A2C1814f3b30
Octal30262155011254305177360
Binary1100001011001011011010100101010110011000101001111111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2326D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2326D; }

 p { color: rgb(194,50,109); }

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

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

 a { background-color: rgb(194,50,109); }

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

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

 span { border-color: rgb(194,50,109); }

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