#C5605A

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

Shades of Sunglo #C5605A

Tints of Sunglo #C5605A

Color information

#C5605A (or 0xC5605A) is unknown color: approx Sunglo. HEX triplet: C5, 60 and 5A. RGB value is (197,96,90). Sum of RGB (Red+Green+Blue) = 197+96+90=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 96 (37.89% from 255 or 25.07% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5605A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5605A is #3A9FA5. Grayscale: #7D7D7D. Windows color (decimal): -3841958 or 5923013. OLE color: 5923013.

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

Color convert

RGB1979690-
CMYK00.510.540.23
HSL3.36º47.98%56.27%-
HSV(B)3.36º54.31%77.25%-
XYZ29.0520.9712.19-
YUV125.52107.96178.99-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 96 (37.89% from 255) = 25.07%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=51.44%
G=25.07%
B=23.50%

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
Decimal197969000.510.540.233.3647.9856.27
HexC5605A033361733038
Octal305140132063662736070
Binary110001011100000101101001100111101101011111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5605A; }

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

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

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

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

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

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

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

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