Html Css Color HEX #C74A7A Royal Heath

📋 copy color: '#C74A7A'

red 199 ◦ green 74 ◦ blue 122

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

Shades of Royal Heath #C74A7A

Tints of Royal Heath #C74A7A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.73%

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

R = 50.38%
G = 18.73%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C74A7A (or 0xC74A7A) is known color: Royal Heath. HEX triplet: C7, 4A and 7A. RGB value is (199,74,122). Sum of RGB (Red+Green+Blue) = 199+74+122=395 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.38% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A7A is #38B585. Grayscale: #747474. Windows color (decimal): -3716486 or 8014535. OLE color: 8014535.

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

Color convert

RGB 199 74 122 -
CMYK 0 0.63 0.39 0.22
HSL 336.96º 0.53% 0.54% -
HSV(B) 336.96º 0.63% 0.78% -
XYZ 29.51 18.44 20.42 -
YUV 116.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 199 74 122 0 0.63 0.39 0.22 336.96 0.53 0.54
Hex C7 4A 7A 0 3F 27 16 151 35 36
Octal 307 112 172 0 77 47 26 521 65 66
Binary 11000111 1001010 1111010 0 111111 100111 10110 101010001 110101 110110

Color Harmonies of #C74A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74A7A

Black with #C74A7A

Text Example


Text Example

White with #C74A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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