Html Css Color HEX #C74075 Royal Heath

📋 copy color: '#C74075'

red 199 ◦ green 64 ◦ blue 117

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

Shades of Royal Heath #C74075

Tints of Royal Heath #C74075

RGB

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

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

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

R = 52.37%
G = 16.84%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C74075 (or 0xC74075) is known color: Royal Heath. HEX triplet: C7, 40 and 75. RGB value is (199,64,117). Sum of RGB (Red+Green+Blue) = 199+64+117=380 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.37% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 199 - color contains mainly: red. Hex color #C74075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74075 is #38BF8A. Grayscale: #6E6E6E. Windows color (decimal): -3719051 or 7684295. OLE color: 7684295.

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

Color convert

RGB 199 64 117 -
CMYK 0 0.68 0.41 0.22
HSL 336.44º 0.55% 0.52% -
HSV(B) 336.44º 0.68% 0.78% -
XYZ 28.6 17.09 18.62 -
YUV 110.41 131.73 191.19 -
System Red Green Blue C M Y K H S L
Decimal 199 64 117 0 0.68 0.41 0.22 336.44 0.55 0.52
Hex C7 40 75 0 44 29 16 150 37 34
Octal 307 100 165 0 104 51 26 520 67 64
Binary 11000111 1000000 1110101 0 1000100 101001 10110 101010000 110111 110100

Color Harmonies of #C74075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74075

Black with #C74075

Text Example


Text Example

White with #C74075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74075; }

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

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

background-color css

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

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

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

border-color css

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

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

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