Html Css Color HEX #C1457A Royal Heath

📋 copy color: '#C1457A'

red 193 ◦ green 69 ◦ blue 122

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

Shades of Royal Heath #C1457A

Tints of Royal Heath #C1457A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.97%

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 50.26%
G = 17.97%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C1457A (or 0xC1457A) is known color: Royal Heath. HEX triplet: C1, 45 and 7A. RGB value is (193,69,122). Sum of RGB (Red+Green+Blue) = 193+69+122=384 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.26% from 384); Green value is 69 (27.34% from 255 or 17.97% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 193 - color contains mainly: red. Hex color #C1457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1457A is #3EBA85. Grayscale: #707070. Windows color (decimal): -4110982 or 8013249. OLE color: 8013249.

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

Color convert

RGB 193 69 122 -
CMYK 0 0.64 0.37 0.24
HSL 334.35º 0.5% 0.51% -
HSV(B) 334.35º 0.64% 0.76% -
XYZ 27.63 17 20.24 -
YUV 112.12 133.58 185.69 -
System Red Green Blue C M Y K H S L
Decimal 193 69 122 0 0.64 0.37 0.24 334.35 0.5 0.51
Hex C1 45 7A 0 40 25 18 14E 32 33
Octal 301 105 172 0 100 45 30 516 62 63
Binary 11000001 1000101 1111010 0 1000000 100101 11000 101001110 110010 110011

Color Harmonies of #C1457A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1457A

Black with #C1457A

Text Example


Text Example

White with #C1457A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1457A; }

 p { color: rgb(193,69,122); }

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

background-color css

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

 a { background-color: rgb(193,69,122); }

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

border-color css

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

 span { border-color: rgb(193,69,122); }

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