Html Css Color HEX #C74C7C Royal Heath

📋 copy color: '#C74C7C'

red 199 ◦ green 76 ◦ blue 124

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

Shades of Royal Heath #C74C7C

Tints of Royal Heath #C74C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 31.08%

R = 49.87%
G = 19.05%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#C74C7C (or 0xC74C7C) is known color: Royal Heath. HEX triplet: C7, 4C and 7C. RGB value is (199,76,124). Sum of RGB (Red+Green+Blue) = 199+76+124=399 (52% of max value = 765). Red value is 199 (78.12% from 255 or 49.87% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 199 - color contains mainly: red. Hex color #C74C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74C7C is #38B383. Grayscale: #767676. Windows color (decimal): -3715972 or 8146119. OLE color: 8146119.

HSL color Cylindrical-coordinate representation of color #C74C7C: hue angle of 336.59º 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 #C74C7C is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 76 124 -
CMYK 0 0.62 0.38 0.22
HSL 336.59º 0.52% 0.54% -
HSV(B) 336.59º 0.62% 0.78% -
XYZ 29.78 18.77 21.12 -
YUV 118.25 131.25 185.6 -
System Red Green Blue C M Y K H S L
Decimal 199 76 124 0 0.62 0.38 0.22 336.59 0.52 0.54
Hex C7 4C 7C 0 3E 26 16 151 34 36
Octal 307 114 174 0 76 46 26 521 64 66
Binary 11000111 1001100 1111100 0 111110 100110 10110 101010001 110100 110110

Color Harmonies of #C74C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74C7C

Black with #C74C7C

Text Example


Text Example

White with #C74C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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