Html Css Color HEX #C56555 Sunglo

📋 copy color: '#C56555'

red 197 ◦ green 101 ◦ blue 85

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

Shades of Sunglo #C56555

Tints of Sunglo #C56555

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.37%

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

R = 51.44%
G = 26.37%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C56555 (or 0xC56555) is known color: Sunglo. HEX triplet: C5, 65 and 55. RGB value is (197,101,85). Sum of RGB (Red+Green+Blue) = 197+101+85=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 85 (33.59% from 255 or 22.19% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C56555 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56555 is #3A9AAA. Grayscale: #808080. Windows color (decimal): -3840683 or 5596613. OLE color: 5596613.

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

Color convert

RGB 197 101 85 -
CMYK 0 0.49 0.57 0.23
HSL 8.57º 0.49% 0.55% -
HSV(B) 8.57º 0.57% 0.77% -
XYZ 29.32 21.83 11.26 -
YUV 127.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 197 101 85 0 0.49 0.57 0.23 8.57 0.49 0.55
Hex C5 65 55 0 31 39 17 9 31 37
Octal 305 145 125 0 61 71 27 11 61 67
Binary 11000101 1100101 1010101 0 110001 111001 10111 1001 110001 110111

Color Harmonies of #C56555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56555

Black with #C56555

Text Example


Text Example

White with #C56555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56555; }

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

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

background-color css

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

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

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

border-color css

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

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

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