Html Css Color HEX #C14670 Royal Heath

📋 copy color: '#C14670'

red 193 ◦ green 70 ◦ blue 112

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

Shades of Royal Heath #C14670

Tints of Royal Heath #C14670

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.67%

 BLUE value IS 112 (44.14% from 255) = 29.87%

R = 51.47%
G = 18.67%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C14670 (or 0xC14670) is known color: Royal Heath. HEX triplet: C1, 46 and 70. RGB value is (193,70,112). Sum of RGB (Red+Green+Blue) = 193+70+112=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 70 (27.73% from 255 or 18.67% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C14670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14670 is #3EB98F. Grayscale: #6F6F6F. Windows color (decimal): -4110736 or 7358145. OLE color: 7358145.

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

Color convert

RGB 193 70 112 -
CMYK 0 0.64 0.42 0.24
HSL 339.51º 0.5% 0.52% -
HSV(B) 339.51º 0.64% 0.76% -
XYZ 27.11 16.89 17.16 -
YUV 111.57 128.25 186.08 -
System Red Green Blue C M Y K H S L
Decimal 193 70 112 0 0.64 0.42 0.24 339.51 0.5 0.52
Hex C1 46 70 0 40 2A 18 154 32 34
Octal 301 106 160 0 100 52 30 524 62 64
Binary 11000001 1000110 1110000 0 1000000 101010 11000 101010100 110010 110100

Color Harmonies of #C14670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14670

Black with #C14670

Text Example


Text Example

White with #C14670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14670; }

 p { color: rgb(193,70,112); }

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

background-color css

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

 a { background-color: rgb(193,70,112); }

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

border-color css

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

 span { border-color: rgb(193,70,112); }

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