Html Css Color HEX #C15275 Royal Heath

📋 copy color: '#C15275'

red 193 ◦ green 82 ◦ blue 117

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

Shades of Royal Heath #C15275

Tints of Royal Heath #C15275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.92%

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

R = 49.23%
G = 20.92%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#C15275 (or 0xC15275) is known color: Royal Heath. HEX triplet: C1, 52 and 75. RGB value is (193,82,117). Sum of RGB (Red+Green+Blue) = 193+82+117=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 82 (32.42% from 255 or 20.92% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C15275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15275 is #3EAD8A. Grayscale: #777777. Windows color (decimal): -4107659 or 7688897. OLE color: 7688897.

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

Color convert

RGB 193 82 117 -
CMYK 0 0.58 0.39 0.24
HSL 341.08º 0.47% 0.54% -
HSV(B) 341.08º 0.58% 0.76% -
XYZ 28.22 18.66 18.94 -
YUV 119.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 193 82 117 0 0.58 0.39 0.24 341.08 0.47 0.54
Hex C1 52 75 0 3A 27 18 155 2F 36
Octal 301 122 165 0 72 47 30 525 57 66
Binary 11000001 1010010 1110101 0 111010 100111 11000 101010101 101111 110110

Color Harmonies of #C15275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15275

Black with #C15275

Text Example


Text Example

White with #C15275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15275; }

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

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

background-color css

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

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

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

border-color css

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

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

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