Html Css Color HEX #C14177 Royal Heath

📋 copy color: '#C14177'

red 193 ◦ green 65 ◦ blue 119

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

Shades of Royal Heath #C14177

Tints of Royal Heath #C14177

RGB

 RED value IS 193 (75.78% from 255) = 51.19%

 GREEN value IS 65 (25.78% from 255) = 17.24%

 BLUE value IS 119 (46.88% from 255) = 31.56%

R = 51.19%
G = 17.24%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C14177 (or 0xC14177) is known color: Royal Heath. HEX triplet: C1, 41 and 77. RGB value is (193,65,119). Sum of RGB (Red+Green+Blue) = 193+65+119=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C14177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14177 is #3EBE88. Grayscale: #6D6D6D. Windows color (decimal): -4112009 or 7815617. OLE color: 7815617.

HSL color Cylindrical-coordinate representation of color #C14177: hue angle of 334.69º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14177 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 65 119 -
CMYK 0 0.66 0.38 0.24
HSL 334.69º 0.51% 0.51% -
HSV(B) 334.69º 0.66% 0.76% -
XYZ 27.21 16.45 19.19 -
YUV 109.43 133.41 187.61 -
System Red Green Blue C M Y K H S L
Decimal 193 65 119 0 0.66 0.38 0.24 334.69 0.51 0.51
Hex C1 41 77 0 42 26 18 14F 33 33
Octal 301 101 167 0 102 46 30 517 63 63
Binary 11000001 1000001 1110111 0 1000010 100110 11000 101001111 110011 110011

Color Harmonies of #C14177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14177

Black with #C14177

Text Example


Text Example

White with #C14177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14177; }

 p { color: rgb(193,65,119); }

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

background-color css

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

 a { background-color: rgb(193,65,119); }

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

border-color css

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

 span { border-color: rgb(193,65,119); }

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