Html Css Color HEX #C15F50 Sunglo

📋 copy color: '#C15F50'

red 193 ◦ green 95 ◦ blue 80

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

Shades of Sunglo #C15F50

Tints of Sunglo #C15F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.82%

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

R = 52.45%
G = 25.82%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C15F50 (or 0xC15F50) is known color: Sunglo. HEX triplet: C1, 5F and 50. RGB value is (193,95,80). Sum of RGB (Red+Green+Blue) = 193+95+80=368 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.45% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F50 is #3EA0AF. Grayscale: #7A7A7A. Windows color (decimal): -4104368 or 5267393. OLE color: 5267393.

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

Color convert

RGB 193 95 80 -
CMYK 0 0.51 0.59 0.24
HSL 7.96º 0.48% 0.54% -
HSV(B) 7.96º 0.59% 0.76% -
XYZ 27.53 20.1 10.02 -
YUV 122.59 103.97 178.22 -
System Red Green Blue C M Y K H S L
Decimal 193 95 80 0 0.51 0.59 0.24 7.96 0.48 0.54
Hex C1 5F 50 0 33 3B 18 8 30 36
Octal 301 137 120 0 63 73 30 10 60 66
Binary 11000001 1011111 1010000 0 110011 111011 11000 1000 110000 110110

Color Harmonies of #C15F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F50

Black with #C15F50

Text Example


Text Example

White with #C15F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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