Html Css Color HEX #C4517D Royal Heath

📋 copy color: '#C4517D'

red 196 ◦ green 81 ◦ blue 125

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

Shades of Royal Heath #C4517D

Tints of Royal Heath #C4517D

RGB

 RED value IS 196 (76.95% from 255) = 48.76%

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

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

R = 48.76%
G = 20.15%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4517D (or 0xC4517D) is known color: Royal Heath. HEX triplet: C4, 51 and 7D. RGB value is (196,81,125). Sum of RGB (Red+Green+Blue) = 196+81+125=402 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.76% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 196 - color contains mainly: red. Hex color #C4517D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4517D is #3BAE82. Grayscale: #787878. Windows color (decimal): -3911299 or 8212932. OLE color: 8212932.

HSL color Cylindrical-coordinate representation of color #C4517D: hue angle of 337.04º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C4517D is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 81 125 -
CMYK 0 0.59 0.36 0.23
HSL 337.04º 0.49% 0.54% -
HSV(B) 337.04º 0.59% 0.77% -
XYZ 29.41 19.1 21.54 -
YUV 120.4 130.6 181.92 -
System Red Green Blue C M Y K H S L
Decimal 196 81 125 0 0.59 0.36 0.23 337.04 0.49 0.54
Hex C4 51 7D 0 3B 24 17 151 31 36
Octal 304 121 175 0 73 44 27 521 61 66
Binary 11000100 1010001 1111101 0 111011 100100 10111 101010001 110001 110110

Color Harmonies of #C4517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4517D

Black with #C4517D

Text Example


Text Example

White with #C4517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4517D; }

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

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

background-color css

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

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

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

border-color css

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

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

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