Html Css Color HEX #C74272 Royal Heath

📋 copy color: '#C74272'

red 199 ◦ green 66 ◦ blue 114

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

Shades of Royal Heath #C74272

Tints of Royal Heath #C74272

RGB

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

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

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

R = 52.51%
G = 17.41%
B = 30.08%

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

#C74272 (or 0xC74272) is known color: Royal Heath. HEX triplet: C7, 42 and 72. RGB value is (199,66,114). Sum of RGB (Red+Green+Blue) = 199+66+114=379 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.51% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 199 - color contains mainly: red. Hex color #C74272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74272 is #38BD8D. Grayscale: #6F6F6F. Windows color (decimal): -3718542 or 7488199. OLE color: 7488199.

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

Color convert

RGB 199 66 114 -
CMYK 0 0.67 0.43 0.22
HSL 338.35º 0.54% 0.52% -
HSV(B) 338.35º 0.67% 0.78% -
XYZ 28.54 17.25 17.75 -
YUV 111.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 199 66 114 0 0.67 0.43 0.22 338.35 0.54 0.52
Hex C7 42 72 0 43 2B 16 152 36 34
Octal 307 102 162 0 103 53 26 522 66 64
Binary 11000111 1000010 1110010 0 1000011 101011 10110 101010010 110110 110100

Color Harmonies of #C74272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74272

Black with #C74272

Text Example


Text Example

White with #C74272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74272; }

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

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

background-color css

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

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

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

border-color css

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

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

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