Html Css Color HEX #C14775 Royal Heath

📋 copy color: '#C14775'

red 193 ◦ green 71 ◦ blue 117

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

Shades of Royal Heath #C14775

Tints of Royal Heath #C14775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.64%

 BLUE value IS 117 (46.09% from 255) = 30.71%

R = 50.66%
G = 18.64%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C14775 (or 0xC14775) is known color: Royal Heath. HEX triplet: C1, 47 and 75. RGB value is (193,71,117). Sum of RGB (Red+Green+Blue) = 193+71+117=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 117 (46.09% from 255 or 30.71% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C14775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14775 is #3EB88A. Grayscale: #707070. Windows color (decimal): -4110475 or 7686081. OLE color: 7686081.

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

Color convert

RGB 193 71 117 -
CMYK 0 0.63 0.39 0.24
HSL 337.38º 0.5% 0.52% -
HSV(B) 337.38º 0.63% 0.76% -
XYZ 27.46 17.13 18.69 -
YUV 112.72 130.42 185.26 -
System Red Green Blue C M Y K H S L
Decimal 193 71 117 0 0.63 0.39 0.24 337.38 0.5 0.52
Hex C1 47 75 0 3F 27 18 151 32 34
Octal 301 107 165 0 77 47 30 521 62 64
Binary 11000001 1000111 1110101 0 111111 100111 11000 101010001 110010 110100

Color Harmonies of #C14775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14775

Black with #C14775

Text Example


Text Example

White with #C14775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14775; }

 p { color: rgb(193,71,117); }

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

background-color css

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

 a { background-color: rgb(193,71,117); }

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

border-color css

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

 span { border-color: rgb(193,71,117); }

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