Html Css Color HEX #C15C7C Royal Heath

📋 copy color: '#C15C7C'

red 193 ◦ green 92 ◦ blue 124

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

Shades of Royal Heath #C15C7C

Tints of Royal Heath #C15C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.49%

 BLUE value IS 124 (48.83% from 255) = 30.32%

R = 47.19%
G = 22.49%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C15C7C (or 0xC15C7C) is known color: Royal Heath. HEX triplet: C1, 5C and 7C. RGB value is (193,92,124). Sum of RGB (Red+Green+Blue) = 193+92+124=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 92 (36.33% from 255 or 22.49% from 409); Blue value is 124 (48.83% from 255 or 30.32% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15C7C is #3EA383. Grayscale: #7D7D7D. Windows color (decimal): -4105092 or 8150209. OLE color: 8150209.

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

Color convert

RGB 193 92 124 -
CMYK 0 0.52 0.36 0.24
HSL 340.99º 0.45% 0.56% -
HSV(B) 340.99º 0.52% 0.76% -
XYZ 29.46 20.45 21.46 -
YUV 125.85 126.96 175.9 -
System Red Green Blue C M Y K H S L
Decimal 193 92 124 0 0.52 0.36 0.24 340.99 0.45 0.56
Hex C1 5C 7C 0 34 24 18 155 2D 38
Octal 301 134 174 0 64 44 30 525 55 70
Binary 11000001 1011100 1111100 0 110100 100100 11000 101010101 101101 111000

Color Harmonies of #C15C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C7C

Black with #C15C7C

Text Example


Text Example

White with #C15C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C7C; }

 p { color: rgb(193,92,124); }

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

background-color css

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

 a { background-color: rgb(193,92,124); }

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

border-color css

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

 span { border-color: rgb(193,92,124); }

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