Html Css Color HEX #C15577 Royal Heath

📋 copy color: '#C15577'

red 193 ◦ green 85 ◦ blue 119

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

Shades of Royal Heath #C15577

Tints of Royal Heath #C15577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 29.97%

R = 48.61%
G = 21.41%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#C15577 (or 0xC15577) is known color: Royal Heath. HEX triplet: C1, 55 and 77. RGB value is (193,85,119). Sum of RGB (Red+Green+Blue) = 193+85+119=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 119 (46.88% from 255 or 29.97% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C15577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15577 is #3EAA88. Grayscale: #797979. Windows color (decimal): -4106889 or 7820737. OLE color: 7820737.

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

Color convert

RGB 193 85 119 -
CMYK 0 0.56 0.38 0.24
HSL 341.11º 0.47% 0.55% -
HSV(B) 341.11º 0.56% 0.76% -
XYZ 28.57 19.17 19.65 -
YUV 121.17 126.78 179.24 -
System Red Green Blue C M Y K H S L
Decimal 193 85 119 0 0.56 0.38 0.24 341.11 0.47 0.55
Hex C1 55 77 0 38 26 18 155 2F 37
Octal 301 125 167 0 70 46 30 525 57 67
Binary 11000001 1010101 1110111 0 111000 100110 11000 101010101 101111 110111

Color Harmonies of #C15577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15577

Black with #C15577

Text Example


Text Example

White with #C15577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15577; }

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

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

background-color css

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

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

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

border-color css

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

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

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