#C2436E

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

Shades of Royal Heath #C2436E

Tints of Royal Heath #C2436E

Color information

#C2436E (or 0xC2436E) is unknown color: approx Royal Heath. HEX triplet: C2, 43 and 6E. RGB value is (194,67,110). Sum of RGB (Red+Green+Blue) = 194+67+110=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2436E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2436E is #3DBC91. Grayscale: #6D6D6D. Windows color (decimal): -4045970 or 7226306. OLE color: 7226306.

HSL color Cylindrical-coordinate representation of color #C2436E: hue angle of 339.69º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2436E is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB19467110-
CMYK00.650.430.24
HSL339.69º51%51.18%-
HSV(B)339.69º65.46%76.08%-
XYZ27.0716.6116.53-
YUV109.88128.08188-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 67 (26.56% from 255) = 18.06%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=52.29%
G=18.06%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946711000.650.430.24339.695151.18
HexC2436E0412B181543333
Octal302103156010153305246363
Binary11000010100001111011100100000110101111000101010100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2436E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2436E; }

 p { color: rgb(194,67,110); }

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

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

 a { background-color: rgb(194,67,110); }

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

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

 span { border-color: rgb(194,67,110); }

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