Html Css Color HEX #C14277 Royal Heath

📋 copy color: '#C14277'

red 193 ◦ green 66 ◦ blue 119

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

Shades of Royal Heath #C14277

Tints of Royal Heath #C14277

RGB

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

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

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

R = 51.06%
G = 17.46%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C14277 (or 0xC14277) is known color: Royal Heath. HEX triplet: C1, 42 and 77. RGB value is (193,66,119). Sum of RGB (Red+Green+Blue) = 193+66+119=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 66 (26.17% from 255 or 17.46% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14277 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14277 is #3EBD88. Grayscale: #6D6D6D. Windows color (decimal): -4111753 or 7815873. OLE color: 7815873.

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

Color convert

RGB 193 66 119 -
CMYK 0 0.66 0.38 0.24
HSL 334.96º 0.51% 0.51% -
HSV(B) 334.96º 0.66% 0.76% -
XYZ 27.27 16.57 19.21 -
YUV 110.02 133.08 187.19 -
System Red Green Blue C M Y K H S L
Decimal 193 66 119 0 0.66 0.38 0.24 334.96 0.51 0.51
Hex C1 42 77 0 42 26 18 14F 33 33
Octal 301 102 167 0 102 46 30 517 63 63
Binary 11000001 1000010 1110111 0 1000010 100110 11000 101001111 110011 110011

Color Harmonies of #C14277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14277

Black with #C14277

Text Example


Text Example

White with #C14277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14277; }

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

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

background-color css

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

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

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

border-color css

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

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

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