Html Css Color HEX #C14079 Royal Heath

📋 copy color: '#C14079'

red 193 ◦ green 64 ◦ blue 121

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

Shades of Royal Heath #C14079

Tints of Royal Heath #C14079

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.93%

 BLUE value IS 121 (47.66% from 255) = 32.01%

R = 51.06%
G = 16.93%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C14079 (or 0xC14079) is known color: Royal Heath. HEX triplet: C1, 40 and 79. RGB value is (193,64,121). Sum of RGB (Red+Green+Blue) = 193+64+121=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14079 is #3EBF86. Grayscale: #6C6C6C. Windows color (decimal): -4112263 or 7946433. OLE color: 7946433.

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

Color convert

RGB 193 64 121 -
CMYK 0 0.67 0.37 0.24
HSL 333.49º 0.51% 0.5% -
HSV(B) 333.49º 0.67% 0.76% -
XYZ 27.28 16.38 19.81 -
YUV 109.07 134.74 187.87 -
System Red Green Blue C M Y K H S L
Decimal 193 64 121 0 0.67 0.37 0.24 333.49 0.51 0.5
Hex C1 40 79 0 43 25 18 14D 33 32
Octal 301 100 171 0 103 45 30 515 63 62
Binary 11000001 1000000 1111001 0 1000011 100101 11000 101001101 110011 110010

Color Harmonies of #C14079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14079

Black with #C14079

Text Example


Text Example

White with #C14079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14079; }

 p { color: rgb(193,64,121); }

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

background-color css

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

 a { background-color: rgb(193,64,121); }

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

border-color css

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

 span { border-color: rgb(193,64,121); }

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