Html Css Color HEX #C14C70 Royal Heath

📋 copy color: '#C14C70'

red 193 ◦ green 76 ◦ blue 112

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

Shades of Royal Heath #C14C70

Tints of Royal Heath #C14C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

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

R = 50.66%
G = 19.95%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C14C70 (or 0xC14C70) is known color: Royal Heath. HEX triplet: C1, 4C and 70. RGB value is (193,76,112). Sum of RGB (Red+Green+Blue) = 193+76+112=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C70 is #3EB38F. Grayscale: #737373. Windows color (decimal): -4109200 or 7359681. OLE color: 7359681.

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

Color convert

RGB 193 76 112 -
CMYK 0 0.61 0.42 0.24
HSL 341.54º 0.49% 0.53% -
HSV(B) 341.54º 0.61% 0.76% -
XYZ 27.5 17.68 17.29 -
YUV 115.09 126.26 183.57 -
System Red Green Blue C M Y K H S L
Decimal 193 76 112 0 0.61 0.42 0.24 341.54 0.49 0.53
Hex C1 4C 70 0 3D 2A 18 156 31 35
Octal 301 114 160 0 75 52 30 526 61 65
Binary 11000001 1001100 1110000 0 111101 101010 11000 101010110 110001 110101

Color Harmonies of #C14C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14C70

Black with #C14C70

Text Example


Text Example

White with #C14C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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