Html Css Color HEX #C15880 Royal Heath

📋 copy color: '#C15880'

red 193 ◦ green 88 ◦ blue 128

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

Shades of Royal Heath #C15880

Tints of Royal Heath #C15880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.52%

 BLUE value IS 128 (50.39% from 255) = 31.3%

R = 47.19%
G = 21.52%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C15880 (or 0xC15880) is known color: Royal Heath. HEX triplet: C1, 58 and 80. RGB value is (193,88,128). Sum of RGB (Red+Green+Blue) = 193+88+128=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C15880 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15880 is #3EA77F. Grayscale: #7B7B7B. Windows color (decimal): -4106112 or 8411329. OLE color: 8411329.

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

Color convert

RGB 193 88 128 -
CMYK 0 0.54 0.34 0.24
HSL 337.14º 0.46% 0.55% -
HSV(B) 337.14º 0.54% 0.76% -
XYZ 29.38 19.88 22.71 -
YUV 123.96 130.29 177.25 -
System Red Green Blue C M Y K H S L
Decimal 193 88 128 0 0.54 0.34 0.24 337.14 0.46 0.55
Hex C1 58 80 0 36 22 18 151 2E 37
Octal 301 130 200 0 66 42 30 521 56 67
Binary 11000001 1011000 10000000 0 110110 100010 11000 101010001 101110 110111

Color Harmonies of #C15880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15880

Black with #C15880

Text Example


Text Example

White with #C15880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15880; }

 p { color: rgb(193,88,128); }

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

background-color css

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

 a { background-color: rgb(193,88,128); }

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

border-color css

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

 span { border-color: rgb(193,88,128); }

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