Html Css Color HEX #C55F50 Sunglo

📋 copy color: '#C55F50'

red 197 ◦ green 95 ◦ blue 80

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

Shades of Sunglo #C55F50

Tints of Sunglo #C55F50

RGB

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

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

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

R = 52.96%
G = 25.54%
B = 21.51%

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

#C55F50 (or 0xC55F50) is known color: Sunglo. HEX triplet: C5, 5F and 50. RGB value is (197,95,80). Sum of RGB (Red+Green+Blue) = 197+95+80=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 80 (31.64% from 255 or 21.51% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55F50 is #3AA0AF. Grayscale: #7B7B7B. Windows color (decimal): -3842224 or 5267397. OLE color: 5267397.

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

Color convert

RGB 197 95 80 -
CMYK 0 0.52 0.59 0.23
HSL 7.69º 0.5% 0.54% -
HSV(B) 7.69º 0.59% 0.77% -
XYZ 28.57 20.63 10.07 -
YUV 123.79 103.29 180.22 -
System Red Green Blue C M Y K H S L
Decimal 197 95 80 0 0.52 0.59 0.23 7.69 0.5 0.54
Hex C5 5F 50 0 34 3B 17 8 32 36
Octal 305 137 120 0 64 73 27 10 62 66
Binary 11000101 1011111 1010000 0 110100 111011 10111 1000 110010 110110

Color Harmonies of #C55F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55F50

Black with #C55F50

Text Example


Text Example

White with #C55F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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