Html Css Color HEX #C7487A Royal Heath

📋 copy color: '#C7487A'

red 199 ◦ green 72 ◦ blue 122

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

Shades of Royal Heath #C7487A

Tints of Royal Heath #C7487A

RGB

 RED value IS 199 (78.13% from 255) = 50.64%

 GREEN value IS 72 (28.52% from 255) = 18.32%

 BLUE value IS 122 (48.05% from 255) = 31.04%

R = 50.64%
G = 18.32%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C7487A (or 0xC7487A) is known color: Royal Heath. HEX triplet: C7, 48 and 7A. RGB value is (199,72,122). Sum of RGB (Red+Green+Blue) = 199+72+122=393 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.64% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 122 (48.05% from 255 or 31.04% from 393); Max value from RGB is 199 - color contains mainly: red. Hex color #C7487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C7487A is #38B785. Grayscale: #737373. Windows color (decimal): -3716998 or 8014023. OLE color: 8014023.

HSL color Cylindrical-coordinate representation of color #C7487A: hue angle of 336.38º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C7487A is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 72 122 -
CMYK 0 0.64 0.39 0.22
HSL 336.38º 0.53% 0.53% -
HSV(B) 336.38º 0.64% 0.78% -
XYZ 29.38 18.18 20.37 -
YUV 115.67 131.58 187.43 -
System Red Green Blue C M Y K H S L
Decimal 199 72 122 0 0.64 0.39 0.22 336.38 0.53 0.53
Hex C7 48 7A 0 40 27 16 150 35 35
Octal 307 110 172 0 100 47 26 520 65 65
Binary 11000111 1001000 1111010 0 1000000 100111 10110 101010000 110101 110101

Color Harmonies of #C7487A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7487A

Black with #C7487A

Text Example


Text Example

White with #C7487A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7487A; }

 p { color: rgb(199,72,122); }

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

background-color css

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

 a { background-color: rgb(199,72,122); }

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

border-color css

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

 span { border-color: rgb(199,72,122); }

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