Html Css Color HEX #C14672 Royal Heath

📋 copy color: '#C14672'

red 193 ◦ green 70 ◦ blue 114

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

Shades of Royal Heath #C14672

Tints of Royal Heath #C14672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.57%

 BLUE value IS 114 (44.92% from 255) = 30.24%

R = 51.19%
G = 18.57%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.24

RGB Variations

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

Color information

#C14672 (or 0xC14672) is known color: Royal Heath. HEX triplet: C1, 46 and 72. RGB value is (193,70,114). Sum of RGB (Red+Green+Blue) = 193+70+114=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C14672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14672 is #3EB98D. Grayscale: #6F6F6F. Windows color (decimal): -4110734 or 7489217. OLE color: 7489217.

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

Color convert

RGB 193 70 114 -
CMYK 0 0.64 0.41 0.24
HSL 338.54º 0.5% 0.52% -
HSV(B) 338.54º 0.64% 0.76% -
XYZ 27.22 16.93 17.75 -
YUV 111.79 129.25 185.92 -
System Red Green Blue C M Y K H S L
Decimal 193 70 114 0 0.64 0.41 0.24 338.54 0.5 0.52
Hex C1 46 72 0 40 29 18 153 32 34
Octal 301 106 162 0 100 51 30 523 62 64
Binary 11000001 1000110 1110010 0 1000000 101001 11000 101010011 110010 110100

Color Harmonies of #C14672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14672

Black with #C14672

Text Example


Text Example

White with #C14672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14672; }

 p { color: rgb(193,70,114); }

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

background-color css

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

 a { background-color: rgb(193,70,114); }

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

border-color css

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

 span { border-color: rgb(193,70,114); }

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