Html Css Color HEX #C15475 Royal Heath

📋 copy color: '#C15475'

red 193 ◦ green 84 ◦ blue 117

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

Shades of Royal Heath #C15475

Tints of Royal Heath #C15475

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.32%

 BLUE value IS 117 (46.09% from 255) = 29.7%

R = 48.98%
G = 21.32%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C15475 (or 0xC15475) is known color: Royal Heath. HEX triplet: C1, 54 and 75. RGB value is (193,84,117). Sum of RGB (Red+Green+Blue) = 193+84+117=394 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.98% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 193 - color contains mainly: red. Hex color #C15475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15475 is #3EAB8A. Grayscale: #787878. Windows color (decimal): -4107147 or 7689409. OLE color: 7689409.

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

Color convert

RGB 193 84 117 -
CMYK 0 0.56 0.39 0.24
HSL 341.83º 0.47% 0.54% -
HSV(B) 341.83º 0.56% 0.76% -
XYZ 28.37 18.96 18.99 -
YUV 120.35 126.11 179.82 -
System Red Green Blue C M Y K H S L
Decimal 193 84 117 0 0.56 0.39 0.24 341.83 0.47 0.54
Hex C1 54 75 0 38 27 18 156 2F 36
Octal 301 124 165 0 70 47 30 526 57 66
Binary 11000001 1010100 1110101 0 111000 100111 11000 101010110 101111 110110

Color Harmonies of #C15475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15475

Black with #C15475

Text Example


Text Example

White with #C15475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15475; }

 p { color: rgb(193,84,117); }

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

background-color css

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

 a { background-color: rgb(193,84,117); }

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

border-color css

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

 span { border-color: rgb(193,84,117); }

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