Html Css Color HEX #C56255 Sunglo

📋 copy color: '#C56255'

red 197 ◦ green 98 ◦ blue 85

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

Shades of Sunglo #C56255

Tints of Sunglo #C56255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.79%

 BLUE value IS 85 (33.59% from 255) = 22.37%

R = 51.84%
G = 25.79%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C56255 (or 0xC56255) is known color: Sunglo. HEX triplet: C5, 62 and 55. RGB value is (197,98,85). Sum of RGB (Red+Green+Blue) = 197+98+85=380 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.84% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 197 - color contains mainly: red. Hex color #C56255 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56255 is #3A9DAA. Grayscale: #7E7E7E. Windows color (decimal): -3841451 or 5595845. OLE color: 5595845.

HSL color Cylindrical-coordinate representation of color #C56255: hue angle of 6.96º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C56255 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 98 85 -
CMYK 0 0.50 0.57 0.23
HSL 6.96º 0.49% 0.55% -
HSV(B) 6.96º 0.57% 0.77% -
XYZ 29.03 21.26 11.17 -
YUV 126.12 104.8 178.56 -
System Red Green Blue C M Y K H S L
Decimal 197 98 85 0 0.50 0.57 0.23 6.96 0.49 0.55
Hex C5 62 55 0 32 39 17 7 31 37
Octal 305 142 125 0 62 71 27 7 61 67
Binary 11000101 1100010 1010101 0 110010 111001 10111 111 110001 110111

Color Harmonies of #C56255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56255

Black with #C56255

Text Example


Text Example

White with #C56255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56255; }

 p { color: rgb(197,98,85); }

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

background-color css

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

 a { background-color: rgb(197,98,85); }

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

border-color css

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

 span { border-color: rgb(197,98,85); }

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