Html Css Color HEX #C55E50 Sunglo

📋 copy color: '#C55E50'

red 197 ◦ green 94 ◦ blue 80

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

Shades of Sunglo #C55E50

Tints of Sunglo #C55E50

RGB

 RED value IS 197 (77.34% from 255) = 53.1%

 GREEN value IS 94 (37.11% from 255) = 25.34%

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

R = 53.1%
G = 25.34%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C55E50 (or 0xC55E50) is known color: Sunglo. HEX triplet: C5, 5E and 50. RGB value is (197,94,80). Sum of RGB (Red+Green+Blue) = 197+94+80=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 80 (31.64% from 255 or 21.56% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55E50 is #3AA1AF. Grayscale: #7B7B7B. Windows color (decimal): -3842480 or 5267141. OLE color: 5267141.

HSL color Cylindrical-coordinate representation of color #C55E50: hue angle of 7.18º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55E50 is Cyan = 0, Magento = 0.52, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 94 80 -
CMYK 0 0.52 0.59 0.23
HSL 7.18º 0.5% 0.54% -
HSV(B) 7.18º 0.59% 0.77% -
XYZ 28.48 20.45 10.04 -
YUV 123.2 103.62 180.64 -
System Red Green Blue C M Y K H S L
Decimal 197 94 80 0 0.52 0.59 0.23 7.18 0.5 0.54
Hex C5 5E 50 0 34 3B 17 7 32 36
Octal 305 136 120 0 64 73 27 7 62 66
Binary 11000101 1011110 1010000 0 110100 111011 10111 111 110010 110110

Color Harmonies of #C55E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55E50

Black with #C55E50

Text Example


Text Example

White with #C55E50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55E50; }

 p { color: rgb(197,94,80); }

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

background-color css

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

 a { background-color: rgb(197,94,80); }

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

border-color css

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

 span { border-color: rgb(197,94,80); }

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