Html Css Color HEX #C3517D Royal Heath

📋 copy color: '#C3517D'

red 195 ◦ green 81 ◦ blue 125

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

Shades of Royal Heath #C3517D

Tints of Royal Heath #C3517D

RGB

 RED value IS 195 (76.56% from 255) = 48.63%

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

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

R = 48.63%
G = 20.2%
B = 31.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3517D (or 0xC3517D) is known color: Royal Heath. HEX triplet: C3, 51 and 7D. RGB value is (195,81,125). Sum of RGB (Red+Green+Blue) = 195+81+125=401 (53% of max value = 765). Red value is 195 (76.56% from 255 or 48.63% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 195 - color contains mainly: red. Hex color #C3517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3517D is #3CAE82. Grayscale: #787878. Windows color (decimal): -3976835 or 8212931. OLE color: 8212931.

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

Color convert

RGB 195 81 125 -
CMYK 0 0.58 0.36 0.24
HSL 336.84º 0.49% 0.54% -
HSV(B) 336.84º 0.58% 0.76% -
XYZ 29.15 18.97 21.53 -
YUV 120.1 130.77 181.42 -
System Red Green Blue C M Y K H S L
Decimal 195 81 125 0 0.58 0.36 0.24 336.84 0.49 0.54
Hex C3 51 7D 0 3A 24 18 151 31 36
Octal 303 121 175 0 72 44 30 521 61 66
Binary 11000011 1010001 1111101 0 111010 100100 11000 101010001 110001 110110

Color Harmonies of #C3517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3517D

Black with #C3517D

Text Example


Text Example

White with #C3517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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