Html Css Color HEX #C74276 Royal Heath

📋 copy color: '#C74276'

red 199 ◦ green 66 ◦ blue 118

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

Shades of Royal Heath #C74276

Tints of Royal Heath #C74276

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.23%

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 51.96%
G = 17.23%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C74276 (or 0xC74276) is known color: Royal Heath. HEX triplet: C7, 42 and 76. RGB value is (199,66,118). Sum of RGB (Red+Green+Blue) = 199+66+118=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C74276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74276 is #38BD89. Grayscale: #6F6F6F. Windows color (decimal): -3718538 or 7750343. OLE color: 7750343.

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

Color convert

RGB 199 66 118 -
CMYK 0 0.67 0.41 0.22
HSL 336.54º 0.54% 0.52% -
HSV(B) 336.54º 0.67% 0.78% -
XYZ 28.77 17.35 18.97 -
YUV 111.7 131.56 190.27 -
System Red Green Blue C M Y K H S L
Decimal 199 66 118 0 0.67 0.41 0.22 336.54 0.54 0.52
Hex C7 42 76 0 43 29 16 151 36 34
Octal 307 102 166 0 103 51 26 521 66 64
Binary 11000111 1000010 1110110 0 1000011 101001 10110 101010001 110110 110100

Color Harmonies of #C74276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74276

Black with #C74276

Text Example


Text Example

White with #C74276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74276; }

 p { color: rgb(199,66,118); }

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

background-color css

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

 a { background-color: rgb(199,66,118); }

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

border-color css

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

 span { border-color: rgb(199,66,118); }

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