Html Css Color HEX #C94374 Royal Heath

📋 copy color: '#C94374'

red 201 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #C94374

Tints of Royal Heath #C94374

RGB

 RED value IS 201 (78.91% from 255) = 52.34%

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

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

R = 52.34%
G = 17.45%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C94374 (or 0xC94374) is known color: Royal Heath. HEX triplet: C9, 43 and 74. RGB value is (201,67,116). Sum of RGB (Red+Green+Blue) = 201+67+116=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 116 (45.70% from 255 or 30.21% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C94374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94374 is #36BC8B. Grayscale: #707070. Windows color (decimal): -3587212 or 7619529. OLE color: 7619529.

HSL color Cylindrical-coordinate representation of color #C94374: hue angle of 338.06º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C94374 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 67 116 -
CMYK 0 0.67 0.42 0.21
HSL 338.06º 0.55% 0.53% -
HSV(B) 338.06º 0.67% 0.79% -
XYZ 29.25 17.69 18.4 -
YUV 112.65 129.89 191.02 -
System Red Green Blue C M Y K H S L
Decimal 201 67 116 0 0.67 0.42 0.21 338.06 0.55 0.53
Hex C9 43 74 0 43 2A 15 152 37 35
Octal 311 103 164 0 103 52 25 522 67 65
Binary 11001001 1000011 1110100 0 1000011 101010 10101 101010010 110111 110101

Color Harmonies of #C94374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94374

Black with #C94374

Text Example


Text Example

White with #C94374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94374; }

 p { color: rgb(201,67,116); }

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

background-color css

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

 a { background-color: rgb(201,67,116); }

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

border-color css

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

 span { border-color: rgb(201,67,116); }

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