#C5605B

Color #C5605B Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #C5605B

Tints of Sunglo #C5605B

Color information

#C5605B (or 0xC5605B) is unknown color: approx Sunglo. HEX triplet: C5, 60 and 5B. RGB value is (197,96,91). Sum of RGB (Red+Green+Blue) = 197+96+91=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 96 (37.89% from 255 or 25% from 384); Blue value is 91 (35.94% from 255 or 23.70% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C5605B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5605B is #3A9FA4. Grayscale: #7D7D7D. Windows color (decimal): -3841957 or 5988549. OLE color: 5988549.

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

Color convert

RGB1979691-
CMYK00.510.540.23
HSL2.83º47.75%56.47%-
HSV(B)2.83º53.81%77.25%-
XYZ29.120.9912.42-
YUV125.63108.46178.91-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.30%
GREEN value IS 96 (37.89% from 255) = 25%
BLUE value IS 91 (35.94% from 255) = 23.70%
R=51.30%
G=25%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197969100.510.540.232.8347.7556.47
HexC5605B033361733038
Octal305140133063662736070
Binary110001011100000101101101100111101101011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5605B; }

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

 H1.HeaderClassName
 {
   color: #C5605B;
 }
 .AnyTagClassName
 {
   color: #C5605B;
 }
</style>
background-color css

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

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

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

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

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

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