Html Css Color HEX #C14168 Royal Heath

📋 copy color: '#C14168'

red 193 ◦ green 65 ◦ blue 104

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

Shades of Royal Heath #C14168

Tints of Royal Heath #C14168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

 BLUE value IS 104 (41.02% from 255) = 28.73%

R = 53.31%
G = 17.96%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C14168 (or 0xC14168) is known color: Royal Heath. HEX triplet: C1, 41 and 68. RGB value is (193,65,104). Sum of RGB (Red+Green+Blue) = 193+65+104=362 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.31% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 193 - color contains mainly: red. Hex color #C14168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14168 is #3EBE97. Grayscale: #6B6B6B. Windows color (decimal): -4112024 or 6832577. OLE color: 6832577.

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

Color convert

RGB 193 65 104 -
CMYK 0 0.66 0.46 0.24
HSL 341.72º 0.51% 0.51% -
HSV(B) 341.72º 0.66% 0.76% -
XYZ 26.38 16.12 14.82 -
YUV 107.72 125.91 188.83 -
System Red Green Blue C M Y K H S L
Decimal 193 65 104 0 0.66 0.46 0.24 341.72 0.51 0.51
Hex C1 41 68 0 42 2E 18 156 33 33
Octal 301 101 150 0 102 56 30 526 63 63
Binary 11000001 1000001 1101000 0 1000010 101110 11000 101010110 110011 110011

Color Harmonies of #C14168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14168

Black with #C14168

Text Example


Text Example

White with #C14168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14168; }

 p { color: rgb(193,65,104); }

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

background-color css

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

 a { background-color: rgb(193,65,104); }

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

border-color css

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

 span { border-color: rgb(193,65,104); }

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