Html Css Color HEX #C14B6E Royal Heath

📋 copy color: '#C14B6E'

red 193 ◦ green 75 ◦ blue 110

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

Shades of Royal Heath #C14B6E

Tints of Royal Heath #C14B6E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.84%

 BLUE value IS 110 (43.36% from 255) = 29.1%

R = 51.06%
G = 19.84%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C14B6E (or 0xC14B6E) is known color: Royal Heath. HEX triplet: C1, 4B and 6E. RGB value is (193,75,110). Sum of RGB (Red+Green+Blue) = 193+75+110=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 75 (29.69% from 255 or 19.84% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14B6E is #3EB491. Grayscale: #727272. Windows color (decimal): -4109458 or 7228353. OLE color: 7228353.

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

Color convert

RGB 193 75 110 -
CMYK 0 0.61 0.43 0.24
HSL 342.2º 0.49% 0.53% -
HSV(B) 342.2º 0.61% 0.76% -
XYZ 27.32 17.5 16.69 -
YUV 114.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 193 75 110 0 0.61 0.43 0.24 342.2 0.49 0.53
Hex C1 4B 6E 0 3D 2B 18 156 31 35
Octal 301 113 156 0 75 53 30 526 61 65
Binary 11000001 1001011 1101110 0 111101 101011 11000 101010110 110001 110101

Color Harmonies of #C14B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14B6E

Black with #C14B6E

Text Example


Text Example

White with #C14B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14B6E; }

 p { color: rgb(193,75,110); }

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

background-color css

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

 a { background-color: rgb(193,75,110); }

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

border-color css

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

 span { border-color: rgb(193,75,110); }

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