Html Css Color HEX #C74274 Royal Heath

📋 copy color: '#C74274'

red 199 ◦ green 66 ◦ blue 116

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

Shades of Royal Heath #C74274

Tints of Royal Heath #C74274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.45%

R = 52.23%
G = 17.32%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C74274 (or 0xC74274) is known color: Royal Heath. HEX triplet: C7, 42 and 74. RGB value is (199,66,116). Sum of RGB (Red+Green+Blue) = 199+66+116=381 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.23% from 381); Green value is 66 (26.17% from 255 or 17.32% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 199 - color contains mainly: red. Hex color #C74274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74274 is #38BD8B. Grayscale: #6F6F6F. Windows color (decimal): -3718540 or 7619271. OLE color: 7619271.

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

Color convert

RGB 199 66 116 -
CMYK 0 0.67 0.42 0.22
HSL 337.44º 0.54% 0.52% -
HSV(B) 337.44º 0.67% 0.78% -
XYZ 28.65 17.3 18.35 -
YUV 111.47 130.56 190.43 -
System Red Green Blue C M Y K H S L
Decimal 199 66 116 0 0.67 0.42 0.22 337.44 0.54 0.52
Hex C7 42 74 0 43 2A 16 151 36 34
Octal 307 102 164 0 103 52 26 521 66 64
Binary 11000111 1000010 1110100 0 1000011 101010 10110 101010001 110110 110100

Color Harmonies of #C74274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74274

Black with #C74274

Text Example


Text Example

White with #C74274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74274; }

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

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

background-color css

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

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

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

border-color css

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

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

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