Html Css Color HEX #C1557B Royal Heath

📋 copy color: '#C1557B'

red 193 ◦ green 85 ◦ blue 123

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

Shades of Royal Heath #C1557B

Tints of Royal Heath #C1557B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.2%

 BLUE value IS 123 (48.44% from 255) = 30.67%

R = 48.13%
G = 21.2%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C1557B (or 0xC1557B) is known color: Royal Heath. HEX triplet: C1, 55 and 7B. RGB value is (193,85,123). Sum of RGB (Red+Green+Blue) = 193+85+123=401 (53% of max value = 765). Red value is 193 (75.78% from 255 or 48.13% from 401); Green value is 85 (33.59% from 255 or 21.20% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 193 - color contains mainly: red. Hex color #C1557B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C1557B is #3EAA84. Grayscale: #797979. Windows color (decimal): -4106885 or 8082881. OLE color: 8082881.

HSL color Cylindrical-coordinate representation of color #C1557B: hue angle of 338.89º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C1557B is Cyan = 0, Magento = 0.56, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 85 123 -
CMYK 0 0.56 0.36 0.24
HSL 338.89º 0.47% 0.55% -
HSV(B) 338.89º 0.56% 0.76% -
XYZ 28.82 19.26 20.94 -
YUV 121.62 128.78 178.91 -
System Red Green Blue C M Y K H S L
Decimal 193 85 123 0 0.56 0.36 0.24 338.89 0.47 0.55
Hex C1 55 7B 0 38 24 18 153 2F 37
Octal 301 125 173 0 70 44 30 523 57 67
Binary 11000001 1010101 1111011 0 111000 100100 11000 101010011 101111 110111

Color Harmonies of #C1557B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1557B

Black with #C1557B

Text Example


Text Example

White with #C1557B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1557B; }

 p { color: rgb(193,85,123); }

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

background-color css

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

 a { background-color: rgb(193,85,123); }

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

border-color css

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

 span { border-color: rgb(193,85,123); }

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