Html Css Color HEX #C14273 Royal Heath

📋 copy color: '#C14273'

red 193 ◦ green 66 ◦ blue 115

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

Shades of Royal Heath #C14273

Tints of Royal Heath #C14273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.75%

R = 51.6%
G = 17.65%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.40

 K value IS 0.24

RGB Variations

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

Color information

#C14273 (or 0xC14273) is known color: Royal Heath. HEX triplet: C1, 42 and 73. RGB value is (193,66,115). Sum of RGB (Red+Green+Blue) = 193+66+115=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 66 (26.17% from 255 or 17.65% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C14273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14273 is #3EBD8C. Grayscale: #6D6D6D. Windows color (decimal): -4111757 or 7553729. OLE color: 7553729.

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

Color convert

RGB 193 66 115 -
CMYK 0 0.66 0.40 0.24
HSL 336.85º 0.51% 0.51% -
HSV(B) 336.85º 0.66% 0.76% -
XYZ 27.04 16.47 17.97 -
YUV 109.56 131.08 187.52 -
System Red Green Blue C M Y K H S L
Decimal 193 66 115 0 0.66 0.40 0.24 336.85 0.51 0.51
Hex C1 42 73 0 42 28 18 151 33 33
Octal 301 102 163 0 102 50 30 521 63 63
Binary 11000001 1000010 1110011 0 1000010 101000 11000 101010001 110011 110011

Color Harmonies of #C14273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14273

Black with #C14273

Text Example


Text Example

White with #C14273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14273; }

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

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

background-color css

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

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

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

border-color css

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

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

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