Html Css Color HEX #C14372 Royal Heath

📋 copy color: '#C14372'

red 193 ◦ green 67 ◦ blue 114

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

Shades of Royal Heath #C14372

Tints of Royal Heath #C14372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.91%

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

R = 51.6%
G = 17.91%
B = 30.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14372 (or 0xC14372) is known color: Royal Heath. HEX triplet: C1, 43 and 72. RGB value is (193,67,114). Sum of RGB (Red+Green+Blue) = 193+67+114=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C14372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14372 is #3EBC8D. Grayscale: #6D6D6D. Windows color (decimal): -4111502 or 7488449. OLE color: 7488449.

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

Color convert

RGB 193 67 114 -
CMYK 0 0.65 0.41 0.24
HSL 337.62º 0.5% 0.51% -
HSV(B) 337.62º 0.65% 0.76% -
XYZ 27.04 16.57 17.69 -
YUV 110.03 130.24 187.18 -
System Red Green Blue C M Y K H S L
Decimal 193 67 114 0 0.65 0.41 0.24 337.62 0.5 0.51
Hex C1 43 72 0 41 29 18 152 32 33
Octal 301 103 162 0 101 51 30 522 62 63
Binary 11000001 1000011 1110010 0 1000001 101001 11000 101010010 110010 110011

Color Harmonies of #C14372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14372

Black with #C14372

Text Example


Text Example

White with #C14372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14372; }

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

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

background-color css

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

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

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

border-color css

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

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

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