#C1396C

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

Shades of Royal Heath #C1396C

Tints of Royal Heath #C1396C

Color information

#C1396C (or 0xC1396C) is unknown color: approx Royal Heath. HEX triplet: C1, 39 and 6C. RGB value is (193,57,108). Sum of RGB (Red+Green+Blue) = 193+57+108=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C1396C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1396C is #3EC693. Grayscale: #676767. Windows color (decimal): -4114068 or 7092673. OLE color: 7092673.

HSL color Cylindrical-coordinate representation of color #C1396C: hue angle of 337.5º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1396C is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB19357108-
CMYK00.700.440.24
HSL337.5º54.4%49.02%-
HSV(B)337.5º70.47%75.69%-
XYZ26.1615.3515.77-
YUV103.48130.56191.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.91%
GREEN value IS 57 (22.66% from 255) = 15.92%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=53.91%
G=15.92%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1935710800.700.440.24337.554.449.02
HexC1396C0462C181523631
Octal30171154010654305226661
Binary1100000111100111011000100011010110011000101010010110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1396C; }

 p { color: rgb(193,57,108); }

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

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

 a { background-color: rgb(193,57,108); }

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

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

 span { border-color: rgb(193,57,108); }

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