Html Css Color HEX #C15679 Royal Heath

📋 copy color: '#C15679'

red 193 ◦ green 86 ◦ blue 121

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

Shades of Royal Heath #C15679

Tints of Royal Heath #C15679

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.5%

 BLUE value IS 121 (47.66% from 255) = 30.25%

R = 48.25%
G = 21.5%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C15679 (or 0xC15679) is known color: Royal Heath. HEX triplet: C1, 56 and 79. RGB value is (193,86,121). Sum of RGB (Red+Green+Blue) = 193+86+121=400 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.25% from 400); Green value is 86 (33.98% from 255 or 21.5% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 193 - color contains mainly: red. Hex color #C15679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15679 is #3EA986. Grayscale: #797979. Windows color (decimal): -4106631 or 7952065. OLE color: 7952065.

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

Color convert

RGB 193 86 121 -
CMYK 0 0.55 0.37 0.24
HSL 340.37º 0.46% 0.55% -
HSV(B) 340.37º 0.55% 0.76% -
XYZ 28.77 19.37 20.31 -
YUV 121.98 127.45 178.65 -
System Red Green Blue C M Y K H S L
Decimal 193 86 121 0 0.55 0.37 0.24 340.37 0.46 0.55
Hex C1 56 79 0 37 25 18 154 2E 37
Octal 301 126 171 0 67 45 30 524 56 67
Binary 11000001 1010110 1111001 0 110111 100101 11000 101010100 101110 110111

Color Harmonies of #C15679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15679

Black with #C15679

Text Example


Text Example

White with #C15679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15679; }

 p { color: rgb(193,86,121); }

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

background-color css

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

 a { background-color: rgb(193,86,121); }

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

border-color css

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

 span { border-color: rgb(193,86,121); }

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