#C1507A

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

Shades of Royal Heath #C1507A

Tints of Royal Heath #C1507A

Color information

#C1507A (or 0xC1507A) is unknown color: approx Royal Heath. HEX triplet: C1, 50 and 7A. RGB value is (193,80,122). Sum of RGB (Red+Green+Blue) = 193+80+122=395 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.86% from 395); Green value is 80 (31.64% from 255 or 20.25% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 193 - color contains mainly: red. Hex color #C1507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1507A is #3EAF85. Grayscale: #767676. Windows color (decimal): -4108166 or 8016065. OLE color: 8016065.

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

Color convert

RGB19380122-
CMYK00.590.370.24
HSL337.7º47.68%53.53%-
HSV(B)337.7º58.55%75.69%-
XYZ28.3718.4820.48-
YUV118.58129.94181.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.86%
GREEN value IS 80 (31.64% from 255) = 20.25%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=48.86%
G=20.25%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938012200.590.370.24337.747.6853.53
HexC1507A03B25181523036
Octal30112017207345305226066
Binary1100000110100001111010011101110010111000101010010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1507A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1507A; }

 p { color: rgb(193,80,122); }

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

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

 a { background-color: rgb(193,80,122); }

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

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

 span { border-color: rgb(193,80,122); }

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