Html Css Color HEX #C1467C Royal Heath

📋 copy color: '#C1467C'

red 193 ◦ green 70 ◦ blue 124

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

Shades of Royal Heath #C1467C

Tints of Royal Heath #C1467C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.04%

R = 49.87%
G = 18.09%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1467C (or 0xC1467C) is known color: Royal Heath. HEX triplet: C1, 46 and 7C. RGB value is (193,70,124). Sum of RGB (Red+Green+Blue) = 193+70+124=387 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.87% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 193 - color contains mainly: red. Hex color #C1467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1467C is #3EB983. Grayscale: #707070. Windows color (decimal): -4110724 or 8144577. OLE color: 8144577.

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

Color convert

RGB 193 70 124 -
CMYK 0 0.64 0.36 0.24
HSL 333.66º 0.5% 0.52% -
HSV(B) 333.66º 0.64% 0.76% -
XYZ 27.82 17.17 20.92 -
YUV 112.93 134.25 185.11 -
System Red Green Blue C M Y K H S L
Decimal 193 70 124 0 0.64 0.36 0.24 333.66 0.5 0.52
Hex C1 46 7C 0 40 24 18 14E 32 34
Octal 301 106 174 0 100 44 30 516 62 64
Binary 11000001 1000110 1111100 0 1000000 100100 11000 101001110 110010 110100

Color Harmonies of #C1467C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1467C

Black with #C1467C

Text Example


Text Example

White with #C1467C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1467C; }

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

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

background-color css

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

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

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

border-color css

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

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

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