Html Css Color HEX #C74172 Royal Heath

📋 copy color: '#C74172'

red 199 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #C74172

Tints of Royal Heath #C74172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.2%

 BLUE value IS 114 (44.92% from 255) = 30.16%

R = 52.65%
G = 17.2%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C74172 (or 0xC74172) is known color: Royal Heath. HEX triplet: C7, 41 and 72. RGB value is (199,65,114). Sum of RGB (Red+Green+Blue) = 199+65+114=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C74172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74172 is #38BE8D. Grayscale: #6E6E6E. Windows color (decimal): -3718798 or 7487943. OLE color: 7487943.

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

Color convert

RGB 199 65 114 -
CMYK 0 0.67 0.43 0.22
HSL 338.06º 0.54% 0.52% -
HSV(B) 338.06º 0.67% 0.78% -
XYZ 28.48 17.14 17.73 -
YUV 110.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 199 65 114 0 0.67 0.43 0.22 338.06 0.54 0.52
Hex C7 41 72 0 43 2B 16 152 36 34
Octal 307 101 162 0 103 53 26 522 66 64
Binary 11000111 1000001 1110010 0 1000011 101011 10110 101010010 110110 110100

Color Harmonies of #C74172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74172

Black with #C74172

Text Example


Text Example

White with #C74172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74172; }

 p { color: rgb(199,65,114); }

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

background-color css

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

 a { background-color: rgb(199,65,114); }

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

border-color css

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

 span { border-color: rgb(199,65,114); }

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