Html Css Color HEX #C15375 Royal Heath

📋 copy color: '#C15375'

red 193 ◦ green 83 ◦ blue 117

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

Shades of Royal Heath #C15375

Tints of Royal Heath #C15375

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.12%

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

R = 49.11%
G = 21.12%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C15375 (or 0xC15375) is known color: Royal Heath. HEX triplet: C1, 53 and 75. RGB value is (193,83,117). Sum of RGB (Red+Green+Blue) = 193+83+117=393 (52% of max value = 765). Red value is 193 (75.78% from 255 or 49.11% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 193 - color contains mainly: red. Hex color #C15375 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15375 is #3EAC8A. Grayscale: #777777. Windows color (decimal): -4107403 or 7689153. OLE color: 7689153.

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

Color convert

RGB 193 83 117 -
CMYK 0 0.57 0.39 0.24
HSL 341.45º 0.47% 0.54% -
HSV(B) 341.45º 0.57% 0.76% -
XYZ 28.3 18.81 18.97 -
YUV 119.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 193 83 117 0 0.57 0.39 0.24 341.45 0.47 0.54
Hex C1 53 75 0 39 27 18 155 2F 36
Octal 301 123 165 0 71 47 30 525 57 66
Binary 11000001 1010011 1110101 0 111001 100111 11000 101010101 101111 110110

Color Harmonies of #C15375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15375

Black with #C15375

Text Example


Text Example

White with #C15375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15375; }

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

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

background-color css

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

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

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

border-color css

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

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

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