Html Css Color HEX #C74E7A Royal Heath

📋 copy color: '#C74E7A'

red 199 ◦ green 78 ◦ blue 122

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

Shades of Royal Heath #C74E7A

Tints of Royal Heath #C74E7A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.55%

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

R = 49.87%
G = 19.55%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C74E7A (or 0xC74E7A) is known color: Royal Heath. HEX triplet: C7, 4E and 7A. RGB value is (199,78,122). Sum of RGB (Red+Green+Blue) = 199+78+122=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C74E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C74E7A is #38B185. Grayscale: #777777. Windows color (decimal): -3715462 or 8015559. OLE color: 8015559.

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

Color convert

RGB 199 78 122 -
CMYK 0 0.61 0.39 0.22
HSL 338.18º 0.52% 0.54% -
HSV(B) 338.18º 0.61% 0.78% -
XYZ 29.79 19 20.51 -
YUV 119.2 129.59 184.92 -
System Red Green Blue C M Y K H S L
Decimal 199 78 122 0 0.61 0.39 0.22 338.18 0.52 0.54
Hex C7 4E 7A 0 3D 27 16 152 34 36
Octal 307 116 172 0 75 47 26 522 64 66
Binary 11000111 1001110 1111010 0 111101 100111 10110 101010010 110100 110110

Color Harmonies of #C74E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74E7A

Black with #C74E7A

Text Example


Text Example

White with #C74E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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