Html Css Color HEX #C14374 Royal Heath

📋 copy color: '#C14374'

red 193 ◦ green 67 ◦ blue 116

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

Shades of Royal Heath #C14374

Tints of Royal Heath #C14374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.85%

R = 51.33%
G = 17.82%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C14374 (or 0xC14374) is known color: Royal Heath. HEX triplet: C1, 43 and 74. RGB value is (193,67,116). Sum of RGB (Red+Green+Blue) = 193+67+116=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C14374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14374 is #3EBC8B. Grayscale: #6E6E6E. Windows color (decimal): -4111500 or 7619521. OLE color: 7619521.

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

Color convert

RGB 193 67 116 -
CMYK 0 0.65 0.40 0.24
HSL 336.67º 0.5% 0.51% -
HSV(B) 336.67º 0.65% 0.76% -
XYZ 27.15 16.61 18.3 -
YUV 110.26 131.24 187.02 -
System Red Green Blue C M Y K H S L
Decimal 193 67 116 0 0.65 0.40 0.24 336.67 0.5 0.51
Hex C1 43 74 0 41 28 18 151 32 33
Octal 301 103 164 0 101 50 30 521 62 63
Binary 11000001 1000011 1110100 0 1000001 101000 11000 101010001 110010 110011

Color Harmonies of #C14374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14374

Black with #C14374

Text Example


Text Example

White with #C14374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14374; }

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

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

background-color css

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

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

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

border-color css

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

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

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