Html Css Color HEX #C15D7D Royal Heath

📋 copy color: '#C15D7D'

red 193 ◦ green 93 ◦ blue 125

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

Shades of Royal Heath #C15D7D

Tints of Royal Heath #C15D7D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.63%

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

R = 46.96%
G = 22.63%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C15D7D (or 0xC15D7D) is known color: Royal Heath. HEX triplet: C1, 5D and 7D. RGB value is (193,93,125). Sum of RGB (Red+Green+Blue) = 193+93+125=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 93 (36.72% from 255 or 22.63% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15D7D is #3EA282. Grayscale: #7E7E7E. Windows color (decimal): -4104835 or 8216001. OLE color: 8216001.

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

Color convert

RGB 193 93 125 -
CMYK 0 0.52 0.35 0.24
HSL 340.8º 0.45% 0.56% -
HSV(B) 340.8º 0.52% 0.76% -
XYZ 29.61 20.65 21.83 -
YUV 126.55 127.13 175.4 -
System Red Green Blue C M Y K H S L
Decimal 193 93 125 0 0.52 0.35 0.24 340.8 0.45 0.56
Hex C1 5D 7D 0 34 23 18 155 2D 38
Octal 301 135 175 0 64 43 30 525 55 70
Binary 11000001 1011101 1111101 0 110100 100011 11000 101010101 101101 111000

Color Harmonies of #C15D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15D7D

Black with #C15D7D

Text Example


Text Example

White with #C15D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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