Html Css Color HEX #C14077 Royal Heath

📋 copy color: '#C14077'

red 193 ◦ green 64 ◦ blue 119

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

Shades of Royal Heath #C14077

Tints of Royal Heath #C14077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.65%

R = 51.33%
G = 17.02%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C14077 (or 0xC14077) is known color: Royal Heath. HEX triplet: C1, 40 and 77. RGB value is (193,64,119). Sum of RGB (Red+Green+Blue) = 193+64+119=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 119 (46.88% from 255 or 31.65% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C14077 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14077 is #3EBF88. Grayscale: #6C6C6C. Windows color (decimal): -4112265 or 7815361. OLE color: 7815361.

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

Color convert

RGB 193 64 119 -
CMYK 0 0.67 0.38 0.24
HSL 334.42º 0.51% 0.5% -
HSV(B) 334.42º 0.67% 0.76% -
XYZ 27.16 16.34 19.17 -
YUV 108.84 133.74 188.03 -
System Red Green Blue C M Y K H S L
Decimal 193 64 119 0 0.67 0.38 0.24 334.42 0.51 0.5
Hex C1 40 77 0 43 26 18 14E 33 32
Octal 301 100 167 0 103 46 30 516 63 62
Binary 11000001 1000000 1110111 0 1000011 100110 11000 101001110 110011 110010

Color Harmonies of #C14077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14077

Black with #C14077

Text Example


Text Example

White with #C14077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14077; }

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

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

background-color css

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

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

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

border-color css

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

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

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