Html Css Color HEX #C14276 Royal Heath

📋 copy color: '#C14276'

red 193 ◦ green 66 ◦ blue 118

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

Shades of Royal Heath #C14276

Tints of Royal Heath #C14276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 51.19%
G = 17.51%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C14276 (or 0xC14276) is known color: Royal Heath. HEX triplet: C1, 42 and 76. RGB value is (193,66,118). Sum of RGB (Red+Green+Blue) = 193+66+118=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C14276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14276 is #3EBD89. Grayscale: #6D6D6D. Windows color (decimal): -4111754 or 7750337. OLE color: 7750337.

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

Color convert

RGB 193 66 118 -
CMYK 0 0.66 0.39 0.24
HSL 335.43º 0.51% 0.51% -
HSV(B) 335.43º 0.66% 0.76% -
XYZ 27.21 16.54 18.9 -
YUV 109.9 132.58 187.27 -
System Red Green Blue C M Y K H S L
Decimal 193 66 118 0 0.66 0.39 0.24 335.43 0.51 0.51
Hex C1 42 76 0 42 27 18 14F 33 33
Octal 301 102 166 0 102 47 30 517 63 63
Binary 11000001 1000010 1110110 0 1000010 100111 11000 101001111 110011 110011

Color Harmonies of #C14276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14276

Black with #C14276

Text Example


Text Example

White with #C14276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14276; }

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

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

background-color css

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

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

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

border-color css

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

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

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