Html Css Color HEX #C14071 Royal Heath

📋 copy color: '#C14071'

red 193 ◦ green 64 ◦ blue 113

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

Shades of Royal Heath #C14071

Tints of Royal Heath #C14071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 52.16%
G = 17.3%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14071 (or 0xC14071) is known color: Royal Heath. HEX triplet: C1, 40 and 71. RGB value is (193,64,113). Sum of RGB (Red+Green+Blue) = 193+64+113=370 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.16% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 193 - color contains mainly: red. Hex color #C14071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14071 is #3EBF8E. Grayscale: #6C6C6C. Windows color (decimal): -4112271 or 7422145. OLE color: 7422145.

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

Color convert

RGB 193 64 113 -
CMYK 0 0.67 0.41 0.24
HSL 337.21º 0.51% 0.5% -
HSV(B) 337.21º 0.67% 0.76% -
XYZ 26.81 16.2 17.34 -
YUV 108.16 130.74 188.52 -
System Red Green Blue C M Y K H S L
Decimal 193 64 113 0 0.67 0.41 0.24 337.21 0.51 0.5
Hex C1 40 71 0 43 29 18 151 33 32
Octal 301 100 161 0 103 51 30 521 63 62
Binary 11000001 1000000 1110001 0 1000011 101001 11000 101010001 110011 110010

Color Harmonies of #C14071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14071

Black with #C14071

Text Example


Text Example

White with #C14071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14071; }

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

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

background-color css

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

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

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

border-color css

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

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

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