Html Css Color HEX #C74072 Royal Heath

📋 copy color: '#C74072'

red 199 ◦ green 64 ◦ blue 114

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

Shades of Royal Heath #C74072

Tints of Royal Heath #C74072

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.98%

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

R = 52.79%
G = 16.98%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.22

RGB Variations

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

Color information

#C74072 (or 0xC74072) is known color: Royal Heath. HEX triplet: C7, 40 and 72. RGB value is (199,64,114). Sum of RGB (Red+Green+Blue) = 199+64+114=377 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.79% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 199 - color contains mainly: red. Hex color #C74072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74072 is #38BF8D. Grayscale: #6E6E6E. Windows color (decimal): -3719054 or 7487687. OLE color: 7487687.

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

Color convert

RGB 199 64 114 -
CMYK 0 0.68 0.43 0.22
HSL 337.78º 0.55% 0.52% -
HSV(B) 337.78º 0.68% 0.78% -
XYZ 28.42 17.02 17.71 -
YUV 110.07 130.23 191.43 -
System Red Green Blue C M Y K H S L
Decimal 199 64 114 0 0.68 0.43 0.22 337.78 0.55 0.52
Hex C7 40 72 0 44 2B 16 152 37 34
Octal 307 100 162 0 104 53 26 522 67 64
Binary 11000111 1000000 1110010 0 1000100 101011 10110 101010010 110111 110100

Color Harmonies of #C74072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74072

Black with #C74072

Text Example


Text Example

White with #C74072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74072; }

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

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

background-color css

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

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

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

border-color css

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

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

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