#c8437a

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

Shades of Royal Heath #C8437A

Tints of Royal Heath #C8437A

Color information

#C8437A (or 0xC8437A) is unknown color: approx Royal Heath. HEX triplet: C8, 43 and 7A. RGB value is (200,67,122). Sum of RGB (Red+Green+Blue) = 200+67+122=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 67 (26.56% from 255 or 17.22% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C8437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8437A is #37BC85. Grayscale: #707070. Windows color (decimal): -3652742 or 8012744. OLE color: 8012744.

HSL color Cylindrical-coordinate representation of color #C8437A: hue angle of 335.19º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8437A is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB20067122-
CMYK00.660.390.22
HSL335.19º54.73%52.35%-
HSV(B)335.19º66.5%78.43%-
XYZ29.3417.720.28-
YUV113.04133.06190.03-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.41%
GREEN value IS 67 (26.56% from 255) = 17.22%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=51.41%
G=17.22%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006712200.660.390.22335.1954.7352.35
HexC8437A042271614f3734
Octal310103172010247265176764
Binary11001000100001111110100100001010011110110101001111110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8437a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8437a; }

 p { color: rgb(200,67,122); }

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

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

 a { background-color: rgb(200,67,122); }

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

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

 span { border-color: rgb(200,67,122); }

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