Html Css Color HEX #C94475 Royal Heath

📋 copy color: '#C94475'

red 201 ◦ green 68 ◦ blue 117

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

Shades of Royal Heath #C94475

Tints of Royal Heath #C94475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.62%

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

R = 52.07%
G = 17.62%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#C94475 (or 0xC94475) is known color: Royal Heath. HEX triplet: C9, 44 and 75. RGB value is (201,68,117). Sum of RGB (Red+Green+Blue) = 201+68+117=386 (51% of max value = 765). Red value is 201 (78.91% from 255 or 52.07% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 201 - color contains mainly: red. Hex color #C94475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94475 is #36BB8A. Grayscale: #717171. Windows color (decimal): -3586955 or 7685321. OLE color: 7685321.

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

Color convert

RGB 201 68 117 -
CMYK 0 0.66 0.42 0.21
HSL 337.89º 0.55% 0.53% -
HSV(B) 337.89º 0.66% 0.79% -
XYZ 29.37 17.84 18.72 -
YUV 113.35 130.06 190.52 -
System Red Green Blue C M Y K H S L
Decimal 201 68 117 0 0.66 0.42 0.21 337.89 0.55 0.53
Hex C9 44 75 0 42 2A 15 152 37 35
Octal 311 104 165 0 102 52 25 522 67 65
Binary 11001001 1000100 1110101 0 1000010 101010 10101 101010010 110111 110101

Color Harmonies of #C94475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C94475

Black with #C94475

Text Example


Text Example

White with #C94475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C94475; }

 p { color: rgb(201,68,117); }

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

background-color css

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

 a { background-color: rgb(201,68,117); }

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

border-color css

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

 span { border-color: rgb(201,68,117); }

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