Html Css Color HEX #C15B7D Royal Heath

📋 copy color: '#C15B7D'

red 193 ◦ green 91 ◦ blue 125

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

Shades of Royal Heath #C15B7D

Tints of Royal Heath #C15B7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.56%

R = 47.19%
G = 22.25%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C15B7D (or 0xC15B7D) is known color: Royal Heath. HEX triplet: C1, 5B and 7D. RGB value is (193,91,125). Sum of RGB (Red+Green+Blue) = 193+91+125=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 91 (35.94% from 255 or 22.25% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B7D is #3EA482. Grayscale: #7D7D7D. Windows color (decimal): -4105347 or 8215489. OLE color: 8215489.

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

Color convert

RGB 193 91 125 -
CMYK 0 0.53 0.35 0.24
HSL 340º 0.45% 0.56% -
HSV(B) 340º 0.53% 0.76% -
XYZ 29.44 20.3 21.77 -
YUV 125.37 127.79 176.24 -
System Red Green Blue C M Y K H S L
Decimal 193 91 125 0 0.53 0.35 0.24 340 0.45 0.56
Hex C1 5B 7D 0 35 23 18 154 2D 38
Octal 301 133 175 0 65 43 30 524 55 70
Binary 11000001 1011011 1111101 0 110101 100011 11000 101010100 101101 111000

Color Harmonies of #C15B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15B7D

Black with #C15B7D

Text Example


Text Example

White with #C15B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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