Html Css Color HEX #C56560 Sunglo

📋 copy color: '#C56560'

red 197 ◦ green 101 ◦ blue 96

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

Shades of Sunglo #C56560

Tints of Sunglo #C56560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.37%

R = 50%
G = 25.63%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C56560 (or 0xC56560) is known color: Sunglo. HEX triplet: C5, 65 and 60. RGB value is (197,101,96). Sum of RGB (Red+Green+Blue) = 197+101+96=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C56560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56560 is #3A9A9F. Grayscale: #818181. Windows color (decimal): -3840672 or 6317509. OLE color: 6317509.

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

Color convert

RGB 197 101 96 -
CMYK 0 0.49 0.51 0.23
HSL 2.97º 0.47% 0.57% -
HSV(B) 2.97º 0.51% 0.77% -
XYZ 29.79 22.02 13.75 -
YUV 129.13 109.3 176.41 -
System Red Green Blue C M Y K H S L
Decimal 197 101 96 0 0.49 0.51 0.23 2.97 0.47 0.57
Hex C5 65 60 0 31 33 17 3 2F 39
Octal 305 145 140 0 61 63 27 3 57 71
Binary 11000101 1100101 1100000 0 110001 110011 10111 11 101111 111001

Color Harmonies of #C56560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C56560

Black with #C56560

Text Example


Text Example

White with #C56560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C56560; }

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

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

background-color css

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

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

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

border-color css

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

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

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