Html Css Color HEX #C14369 Royal Heath

📋 copy color: '#C14369'

red 193 ◦ green 67 ◦ blue 105

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

Shades of Royal Heath #C14369

Tints of Royal Heath #C14369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.36%

 BLUE value IS 105 (41.41% from 255) = 28.77%

R = 52.88%
G = 18.36%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C14369 (or 0xC14369) is known color: Royal Heath. HEX triplet: C1, 43 and 69. RGB value is (193,67,105). Sum of RGB (Red+Green+Blue) = 193+67+105=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 67 (26.56% from 255 or 18.36% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C14369 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14369 is #3EBC96. Grayscale: #6C6C6C. Windows color (decimal): -4111511 or 6898625. OLE color: 6898625.

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

Color convert

RGB 193 67 105 -
CMYK 0 0.65 0.46 0.24
HSL 341.9º 0.5% 0.51% -
HSV(B) 341.9º 0.65% 0.76% -
XYZ 26.55 16.37 15.13 -
YUV 109.01 125.74 187.91 -
System Red Green Blue C M Y K H S L
Decimal 193 67 105 0 0.65 0.46 0.24 341.9 0.5 0.51
Hex C1 43 69 0 41 2E 18 156 32 33
Octal 301 103 151 0 101 56 30 526 62 63
Binary 11000001 1000011 1101001 0 1000001 101110 11000 101010110 110010 110011

Color Harmonies of #C14369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14369

Black with #C14369

Text Example


Text Example

White with #C14369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14369; }

 p { color: rgb(193,67,105); }

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

background-color css

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

 a { background-color: rgb(193,67,105); }

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

border-color css

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

 span { border-color: rgb(193,67,105); }

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