Html Css Color HEX #C15D50 Sunglo

📋 copy color: '#C15D50'

red 193 ◦ green 93 ◦ blue 80

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

Shades of Sunglo #C15D50

Tints of Sunglo #C15D50

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.41%

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

R = 52.73%
G = 25.41%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C15D50 (or 0xC15D50) is known color: Sunglo. HEX triplet: C1, 5D and 50. RGB value is (193,93,80). Sum of RGB (Red+Green+Blue) = 193+93+80=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15D50 is #3EA2AF. Grayscale: #797979. Windows color (decimal): -4104880 or 5266881. OLE color: 5266881.

HSL color Cylindrical-coordinate representation of color #C15D50: hue angle of 6.9º 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 #C15D50 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 93 80 -
CMYK 0 0.52 0.59 0.24
HSL 6.9º 0.48% 0.54% -
HSV(B) 6.9º 0.59% 0.76% -
XYZ 27.35 19.75 9.96 -
YUV 121.42 104.63 179.06 -
System Red Green Blue C M Y K H S L
Decimal 193 93 80 0 0.52 0.59 0.24 6.9 0.48 0.54
Hex C1 5D 50 0 34 3B 18 7 30 36
Octal 301 135 120 0 64 73 30 7 60 66
Binary 11000001 1011101 1010000 0 110100 111011 11000 111 110000 110110

Color Harmonies of #C15D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15D50

Black with #C15D50

Text Example


Text Example

White with #C15D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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