Html Css Color HEX #C15B7F Royal Heath

📋 copy color: '#C15B7F'

red 193 ◦ green 91 ◦ blue 127

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

Shades of Royal Heath #C15B7F

Tints of Royal Heath #C15B7F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.14%

 BLUE value IS 127 (50% from 255) = 30.9%

R = 46.96%
G = 22.14%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C15B7F (or 0xC15B7F) is known color: Royal Heath. HEX triplet: C1, 5B and 7F. RGB value is (193,91,127). Sum of RGB (Red+Green+Blue) = 193+91+127=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B7F is #3EA480. Grayscale: #7D7D7D. Windows color (decimal): -4105345 or 8346561. OLE color: 8346561.

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

Color convert

RGB 193 91 127 -
CMYK 0 0.53 0.34 0.24
HSL 338.82º 0.45% 0.56% -
HSV(B) 338.82º 0.53% 0.76% -
XYZ 29.56 20.35 22.45 -
YUV 125.6 128.79 176.07 -
System Red Green Blue C M Y K H S L
Decimal 193 91 127 0 0.53 0.34 0.24 338.82 0.45 0.56
Hex C1 5B 7F 0 35 22 18 153 2D 38
Octal 301 133 177 0 65 42 30 523 55 70
Binary 11000001 1011011 1111111 0 110101 100010 11000 101010011 101101 111000

Color Harmonies of #C15B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B7F

Black with #C15B7F

Text Example


Text Example

White with #C15B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B7F; }

 p { color: rgb(193,91,127); }

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

background-color css

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

 a { background-color: rgb(193,91,127); }

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

border-color css

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

 span { border-color: rgb(193,91,127); }

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