Html Css Color HEX #C14271 Royal Heath

📋 copy color: '#C14271'

red 193 ◦ green 66 ◦ blue 113

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

Shades of Royal Heath #C14271

Tints of Royal Heath #C14271

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.74%

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

R = 51.88%
G = 17.74%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14271 (or 0xC14271) is known color: Royal Heath. HEX triplet: C1, 42 and 71. RGB value is (193,66,113). Sum of RGB (Red+Green+Blue) = 193+66+113=372 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.88% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 113 (44.53% from 255 or 30.38% from 372); Max value from RGB is 193 - color contains mainly: red. Hex color #C14271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14271 is #3EBD8E. Grayscale: #6D6D6D. Windows color (decimal): -4111759 or 7422657. OLE color: 7422657.

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

Color convert

RGB 193 66 113 -
CMYK 0 0.66 0.41 0.24
HSL 337.8º 0.51% 0.51% -
HSV(B) 337.8º 0.66% 0.76% -
XYZ 26.92 16.43 17.37 -
YUV 109.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 193 66 113 0 0.66 0.41 0.24 337.8 0.51 0.51
Hex C1 42 71 0 42 29 18 152 33 33
Octal 301 102 161 0 102 51 30 522 63 63
Binary 11000001 1000010 1110001 0 1000010 101001 11000 101010010 110011 110011

Color Harmonies of #C14271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14271

Black with #C14271

Text Example


Text Example

White with #C14271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14271; }

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

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

background-color css

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

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

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

border-color css

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

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

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