Html Css Color HEX #C1517D Royal Heath

📋 copy color: '#C1517D'

red 193 ◦ green 81 ◦ blue 125

#C1517D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C1517D

Tints of Royal Heath #C1517D

RGB

 RED value IS 193 (75.78% from 255) = 48.37%

 GREEN value IS 81 (32.03% from 255) = 20.3%

 BLUE value IS 125 (49.22% from 255) = 31.33%

R = 48.37%
G = 20.3%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C1517D (or 0xC1517D) is known color: Royal Heath. HEX triplet: C1, 51 and 7D. RGB value is (193,81,125). Sum of RGB (Red+Green+Blue) = 193+81+125=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 81 (32.03% from 255 or 20.30% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C1517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1517D is #3EAE82. Grayscale: #777777. Windows color (decimal): -4107907 or 8212929. OLE color: 8212929.

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

Color convert

RGB 193 81 125 -
CMYK 0 0.58 0.35 0.24
HSL 336.43º 0.47% 0.54% -
HSV(B) 336.43º 0.58% 0.76% -
XYZ 28.64 18.7 21.5 -
YUV 119.5 131.11 180.42 -
System Red Green Blue C M Y K H S L
Decimal 193 81 125 0 0.58 0.35 0.24 336.43 0.47 0.54
Hex C1 51 7D 0 3A 23 18 150 2F 36
Octal 301 121 175 0 72 43 30 520 57 66
Binary 11000001 1010001 1111101 0 111010 100011 11000 101010000 101111 110110

Color Harmonies of #C1517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1517D

Black with #C1517D

Text Example


Text Example

White with #C1517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1517D; }

 p { color: rgb(193,81,125); }

 H1.HeaderClassName
 {
   color: #C1517D;
 }
 .AnyTagClassName
 {
   color: #C1517D;
 }
</style>

background-color css

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

 a { background-color: rgb(193,81,125); }

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

border-color css

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

 span { border-color: rgb(193,81,125); }

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