Html Css Color HEX #C14172 Royal Heath

📋 copy color: '#C14172'

red 193 ◦ green 65 ◦ blue 114

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

Shades of Royal Heath #C14172

Tints of Royal Heath #C14172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 30.65%

R = 51.88%
G = 17.47%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14172 (or 0xC14172) is known color: Royal Heath. HEX triplet: C1, 41 and 72. RGB value is (193,65,114). Sum of RGB (Red+Green+Blue) = 193+65+114=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 114 (44.92% from 255 or 30.65% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C14172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14172 is #3EBE8D. Grayscale: #6C6C6C. Windows color (decimal): -4112014 or 7487937. OLE color: 7487937.

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

Color convert

RGB 193 65 114 -
CMYK 0 0.66 0.41 0.24
HSL 337.03º 0.51% 0.51% -
HSV(B) 337.03º 0.66% 0.76% -
XYZ 26.92 16.33 17.65 -
YUV 108.86 130.91 188.02 -
System Red Green Blue C M Y K H S L
Decimal 193 65 114 0 0.66 0.41 0.24 337.03 0.51 0.51
Hex C1 41 72 0 42 29 18 151 33 33
Octal 301 101 162 0 102 51 30 521 63 63
Binary 11000001 1000001 1110010 0 1000010 101001 11000 101010001 110011 110011

Color Harmonies of #C14172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14172

Black with #C14172

Text Example


Text Example

White with #C14172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14172; }

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

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

background-color css

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

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

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

border-color css

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

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

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