Html Css Color HEX #C15A7E Royal Heath

📋 copy color: '#C15A7E'

red 193 ◦ green 90 ◦ blue 126

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

Shades of Royal Heath #C15A7E

Tints of Royal Heath #C15A7E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22%

 BLUE value IS 126 (49.61% from 255) = 30.81%

R = 47.19%
G = 22%
B = 30.81%

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

#C15A7E (or 0xC15A7E) is known color: Royal Heath. HEX triplet: C1, 5A and 7E. RGB value is (193,90,126). Sum of RGB (Red+Green+Blue) = 193+90+126=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 126 (49.61% from 255 or 30.81% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15A7E is #3EA581. Grayscale: #7C7C7C. Windows color (decimal): -4105602 or 8280769. OLE color: 8280769.

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

Color convert

RGB 193 90 126 -
CMYK 0 0.53 0.35 0.24
HSL 339.03º 0.45% 0.55% -
HSV(B) 339.03º 0.53% 0.76% -
XYZ 29.41 20.16 22.08 -
YUV 124.9 128.62 176.57 -
System Red Green Blue C M Y K H S L
Decimal 193 90 126 0 0.53 0.35 0.24 339.03 0.45 0.55
Hex C1 5A 7E 0 35 23 18 153 2D 37
Octal 301 132 176 0 65 43 30 523 55 67
Binary 11000001 1011010 1111110 0 110101 100011 11000 101010011 101101 110111

Color Harmonies of #C15A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A7E

Black with #C15A7E

Text Example


Text Example

White with #C15A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A7E; }

 p { color: rgb(193,90,126); }

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

background-color css

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

 a { background-color: rgb(193,90,126); }

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

border-color css

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

 span { border-color: rgb(193,90,126); }

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