Html Css Color HEX #C74375 Royal Heath

📋 copy color: '#C74375'

red 199 ◦ green 67 ◦ blue 117

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

Shades of Royal Heath #C74375

Tints of Royal Heath #C74375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

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

R = 51.96%
G = 17.49%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C74375 (or 0xC74375) is known color: Royal Heath. HEX triplet: C7, 43 and 75. RGB value is (199,67,117). Sum of RGB (Red+Green+Blue) = 199+67+117=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C74375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74375 is #38BC8A. Grayscale: #707070. Windows color (decimal): -3718283 or 7685063. OLE color: 7685063.

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

Color convert

RGB 199 67 117 -
CMYK 0 0.66 0.41 0.22
HSL 337.27º 0.54% 0.52% -
HSV(B) 337.27º 0.66% 0.78% -
XYZ 28.77 17.44 18.68 -
YUV 112.17 130.73 189.93 -
System Red Green Blue C M Y K H S L
Decimal 199 67 117 0 0.66 0.41 0.22 337.27 0.54 0.52
Hex C7 43 75 0 42 29 16 151 36 34
Octal 307 103 165 0 102 51 26 521 66 64
Binary 11000111 1000011 1110101 0 1000010 101001 10110 101010001 110110 110100

Color Harmonies of #C74375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C74375

Black with #C74375

Text Example


Text Example

White with #C74375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C74375; }

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

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

background-color css

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

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

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

border-color css

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

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

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