Html Css Color HEX #C14A6F Royal Heath

📋 copy color: '#C14A6F'

red 193 ◦ green 74 ◦ blue 111

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

Shades of Royal Heath #C14A6F

Tints of Royal Heath #C14A6F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.58%

 BLUE value IS 111 (43.75% from 255) = 29.37%

R = 51.06%
G = 19.58%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C14A6F (or 0xC14A6F) is known color: Royal Heath. HEX triplet: C1, 4A and 6F. RGB value is (193,74,111). Sum of RGB (Red+Green+Blue) = 193+74+111=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14A6F is #3EB590. Grayscale: #717171. Windows color (decimal): -4109713 or 7293633. OLE color: 7293633.

HSL color Cylindrical-coordinate representation of color #C14A6F: hue angle of 341.34º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14A6F is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 74 111 -
CMYK 0 0.62 0.42 0.24
HSL 341.34º 0.49% 0.52% -
HSV(B) 341.34º 0.62% 0.76% -
XYZ 27.31 17.38 16.95 -
YUV 113.8 126.42 184.49 -
System Red Green Blue C M Y K H S L
Decimal 193 74 111 0 0.62 0.42 0.24 341.34 0.49 0.52
Hex C1 4A 6F 0 3E 2A 18 155 31 34
Octal 301 112 157 0 76 52 30 525 61 64
Binary 11000001 1001010 1101111 0 111110 101010 11000 101010101 110001 110100

Color Harmonies of #C14A6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14A6F

Black with #C14A6F

Text Example


Text Example

White with #C14A6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14A6F; }

 p { color: rgb(193,74,111); }

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

background-color css

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

 a { background-color: rgb(193,74,111); }

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

border-color css

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

 span { border-color: rgb(193,74,111); }

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