#C1507B

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

Shades of Royal Heath #C1507B

Tints of Royal Heath #C1507B

Color information

#C1507B (or 0xC1507B) is unknown color: approx Royal Heath. HEX triplet: C1, 50 and 7B. RGB value is (193,80,123). Sum of RGB (Red+Green+Blue) = 193+80+123=396 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.74% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 193 - color contains mainly: red. Hex color #C1507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1507B is #3EAF84. Grayscale: #767676. Windows color (decimal): -4108165 or 8081601. OLE color: 8081601.

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

Color convert

RGB19380123-
CMYK00.590.360.24
HSL337.17º47.68%53.53%-
HSV(B)337.17º58.55%75.69%-
XYZ28.4418.520.81-
YUV118.69130.44181-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.74%
GREEN value IS 80 (31.64% from 255) = 20.20%
BLUE value IS 123 (48.44% from 255) = 31.06%
R=48.74%
G=20.20%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938012300.590.360.24337.1747.6853.53
HexC1507B03B24181513036
Octal30112017307344305216066
Binary1100000110100001111011011101110010011000101010001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1507B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1507B; }

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

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

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

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

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

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

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

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