Html Css Color HEX #C74C7A Royal Heath

📋 copy color: '#C74C7A'

red 199 ◦ green 76 ◦ blue 122

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

Shades of Royal Heath #C74C7A

Tints of Royal Heath #C74C7A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.14%

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

R = 50.13%
G = 19.14%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.39

 K value IS 0.22

RGB Variations

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

Color information

#C74C7A (or 0xC74C7A) is known color: Royal Heath. HEX triplet: C7, 4C and 7A. RGB value is (199,76,122). Sum of RGB (Red+Green+Blue) = 199+76+122=397 (52% of max value = 765). Red value is 199 (78.12% from 255 or 50.13% from 397); Green value is 76 (30.08% from 255 or 19.14% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74C7A is #38B385. Grayscale: #757575. Windows color (decimal): -3715974 or 8015047. OLE color: 8015047.

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

Color convert

RGB 199 76 122 -
CMYK 0 0.62 0.39 0.22
HSL 337.56º 0.52% 0.54% -
HSV(B) 337.56º 0.62% 0.78% -
XYZ 29.65 18.72 20.46 -
YUV 118.02 130.25 185.76 -
System Red Green Blue C M Y K H S L
Decimal 199 76 122 0 0.62 0.39 0.22 337.56 0.52 0.54
Hex C7 4C 7A 0 3E 27 16 152 34 36
Octal 307 114 172 0 76 47 26 522 64 66
Binary 11000111 1001100 1111010 0 111110 100111 10110 101010010 110100 110110

Color Harmonies of #C74C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C7A

Black with #C74C7A

Text Example


Text Example

White with #C74C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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