Html Css Color HEX #C15150 Sunset

📋 copy color: '#C15150'

red 193 ◦ green 81 ◦ blue 80

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

Shades of Sunset #C15150

Tints of Sunset #C15150

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.88%

 BLUE value IS 80 (31.64% from 255) = 22.6%

R = 54.52%
G = 22.88%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C15150 (or 0xC15150) is known color: Sunset. HEX triplet: C1, 51 and 50. RGB value is (193,81,80). Sum of RGB (Red+Green+Blue) = 193+81+80=354 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.52% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 193 - color contains mainly: red. Hex color #C15150 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15150 is #3EAEAF. Grayscale: #727272. Windows color (decimal): -4107952 or 5263809. OLE color: 5263809.

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

Color convert

RGB 193 81 80 -
CMYK 0 0.58 0.59 0.24
HSL 0.53º 0.48% 0.54% -
HSV(B) 0.53º 0.59% 0.76% -
XYZ 26.38 17.8 9.63 -
YUV 114.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 193 81 80 0 0.58 0.59 0.24 0.53 0.48 0.54
Hex C1 51 50 0 3A 3B 18 1 30 36
Octal 301 121 120 0 72 73 30 1 60 66
Binary 11000001 1010001 1010000 0 111010 111011 11000 1 110000 110110

Color Harmonies of #C15150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15150

Black with #C15150

Text Example


Text Example

White with #C15150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15150; }

 p { color: rgb(193,81,80); }

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

background-color css

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

 a { background-color: rgb(193,81,80); }

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

border-color css

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

 span { border-color: rgb(193,81,80); }

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