Html Css Color HEX #C14173 Royal Heath

📋 copy color: '#C14173'

red 193 ◦ green 65 ◦ blue 115

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

Shades of Royal Heath #C14173

Tints of Royal Heath #C14173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.83%

R = 51.74%
G = 17.43%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C14173 (or 0xC14173) is known color: Royal Heath. HEX triplet: C1, 41 and 73. RGB value is (193,65,115). Sum of RGB (Red+Green+Blue) = 193+65+115=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 65 (25.78% from 255 or 17.43% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C14173 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14173 is #3EBE8C. Grayscale: #6C6C6C. Windows color (decimal): -4112013 or 7553473. OLE color: 7553473.

HSL color Cylindrical-coordinate representation of color #C14173: hue angle of 336.56º 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 #C14173 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 65 115 -
CMYK 0 0.66 0.40 0.24
HSL 336.56º 0.51% 0.51% -
HSV(B) 336.56º 0.66% 0.76% -
XYZ 26.98 16.36 17.95 -
YUV 108.97 131.41 187.93 -
System Red Green Blue C M Y K H S L
Decimal 193 65 115 0 0.66 0.40 0.24 336.56 0.51 0.51
Hex C1 41 73 0 42 28 18 151 33 33
Octal 301 101 163 0 102 50 30 521 63 63
Binary 11000001 1000001 1110011 0 1000010 101000 11000 101010001 110011 110011

Color Harmonies of #C14173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14173

Black with #C14173

Text Example


Text Example

White with #C14173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14173; }

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

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

background-color css

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

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

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

border-color css

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

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

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