Html Css Color HEX #C74070 Royal Heath

📋 copy color: '#C74070'

red 199 ◦ green 64 ◦ blue 112

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

Shades of Royal Heath #C74070

Tints of Royal Heath #C74070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 53.07%
G = 17.07%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C74070 (or 0xC74070) is known color: Royal Heath. HEX triplet: C7, 40 and 70. RGB value is (199,64,112). Sum of RGB (Red+Green+Blue) = 199+64+112=375 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.07% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 199 - color contains mainly: red. Hex color #C74070 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74070 is #38BF8F. Grayscale: #6D6D6D. Windows color (decimal): -3719056 or 7356615. OLE color: 7356615.

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

Color convert

RGB 199 64 112 -
CMYK 0 0.68 0.44 0.22
HSL 338.67º 0.55% 0.52% -
HSV(B) 338.67º 0.68% 0.78% -
XYZ 28.31 16.98 17.11 -
YUV 109.84 129.23 191.6 -
System Red Green Blue C M Y K H S L
Decimal 199 64 112 0 0.68 0.44 0.22 338.67 0.55 0.52
Hex C7 40 70 0 44 2C 16 153 37 34
Octal 307 100 160 0 104 54 26 523 67 64
Binary 11000111 1000000 1110000 0 1000100 101100 10110 101010011 110111 110100

Color Harmonies of #C74070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74070

Black with #C74070

Text Example


Text Example

White with #C74070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74070; }

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

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

background-color css

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

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

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

border-color css

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

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

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