Html Css Color HEX #C55A50 Sunglo

📋 copy color: '#C55A50'

red 197 ◦ green 90 ◦ blue 80

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

Shades of Sunglo #C55A50

Tints of Sunglo #C55A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

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

R = 53.68%
G = 24.52%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C55A50 (or 0xC55A50) is known color: Sunglo. HEX triplet: C5, 5A and 50. RGB value is (197,90,80). Sum of RGB (Red+Green+Blue) = 197+90+80=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55A50 is #3AA5AF. Grayscale: #787878. Windows color (decimal): -3843504 or 5266117. OLE color: 5266117.

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

Color convert

RGB 197 90 80 -
CMYK 0 0.54 0.59 0.23
HSL 5.13º 0.5% 0.54% -
HSV(B) 5.13º 0.59% 0.77% -
XYZ 28.13 19.76 9.92 -
YUV 120.85 104.95 182.31 -
System Red Green Blue C M Y K H S L
Decimal 197 90 80 0 0.54 0.59 0.23 5.13 0.5 0.54
Hex C5 5A 50 0 36 3B 17 5 32 36
Octal 305 132 120 0 66 73 27 5 62 66
Binary 11000101 1011010 1010000 0 110110 111011 10111 101 110010 110110

Color Harmonies of #C55A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55A50

Black with #C55A50

Text Example


Text Example

White with #C55A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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