Html Css Color HEX #C94678 Royal Heath

📋 copy color: '#C94678'

red 201 ◦ green 70 ◦ blue 120

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

Shades of Royal Heath #C94678

Tints of Royal Heath #C94678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.9%

 BLUE value IS 120 (47.27% from 255) = 30.69%

R = 51.41%
G = 17.9%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.21

RGB Variations

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

Color information

#C94678 (or 0xC94678) is known color: Royal Heath. HEX triplet: C9, 46 and 78. RGB value is (201,70,120). Sum of RGB (Red+Green+Blue) = 201+70+120=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C94678 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94678 is #36B987. Grayscale: #727272. Windows color (decimal): -3586440 or 7882441. OLE color: 7882441.

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

Color convert

RGB 201 70 120 -
CMYK 0 0.65 0.40 0.21
HSL 337.1º 0.55% 0.53% -
HSV(B) 337.1º 0.65% 0.79% -
XYZ 29.67 18.15 19.71 -
YUV 114.87 130.9 189.43 -
System Red Green Blue C M Y K H S L
Decimal 201 70 120 0 0.65 0.40 0.21 337.1 0.55 0.53
Hex C9 46 78 0 41 28 15 151 37 35
Octal 311 106 170 0 101 50 25 521 67 65
Binary 11001001 1000110 1111000 0 1000001 101000 10101 101010001 110111 110101

Color Harmonies of #C94678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94678

Black with #C94678

Text Example


Text Example

White with #C94678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94678; }

 p { color: rgb(201,70,120); }

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

background-color css

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

 a { background-color: rgb(201,70,120); }

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

border-color css

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

 span { border-color: rgb(201,70,120); }

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