Html Css Color HEX #C74775 Royal Heath

📋 copy color: '#C74775'

red 199 ◦ green 71 ◦ blue 117

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

Shades of Royal Heath #C74775

Tints of Royal Heath #C74775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.35%

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 51.42%
G = 18.35%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C74775 (or 0xC74775) is known color: Royal Heath. HEX triplet: C7, 47 and 75. RGB value is (199,71,117). Sum of RGB (Red+Green+Blue) = 199+71+117=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C74775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74775 is #38B88A. Grayscale: #727272. Windows color (decimal): -3717259 or 7686087. OLE color: 7686087.

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

Color convert

RGB 199 71 117 -
CMYK 0 0.64 0.41 0.22
HSL 338.44º 0.53% 0.53% -
HSV(B) 338.44º 0.64% 0.78% -
XYZ 29.02 17.93 18.76 -
YUV 114.52 129.41 188.26 -
System Red Green Blue C M Y K H S L
Decimal 199 71 117 0 0.64 0.41 0.22 338.44 0.53 0.53
Hex C7 47 75 0 40 29 16 152 35 35
Octal 307 107 165 0 100 51 26 522 65 65
Binary 11000111 1000111 1110101 0 1000000 101001 10110 101010010 110101 110101

Color Harmonies of #C74775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74775

Black with #C74775

Text Example


Text Example

White with #C74775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74775; }

 p { color: rgb(199,71,117); }

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

background-color css

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

 a { background-color: rgb(199,71,117); }

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

border-color css

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

 span { border-color: rgb(199,71,117); }

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