#C6604D

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

Shades of Sunglo #C6604D

Tints of Sunglo #C6604D

Color information

#C6604D (or 0xC6604D) is unknown color: approx Sunglo. HEX triplet: C6, 60 and 4D. RGB value is (198,96,77). Sum of RGB (Red+Green+Blue) = 198+96+77=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C6604D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6604D is #399FB2. Grayscale: #7C7C7C. Windows color (decimal): -3776435 or 5071046. OLE color: 5071046.

HSL color Cylindrical-coordinate representation of color #C6604D: hue angle of 9.42º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C6604D is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB1989677-
CMYK00.520.610.22
HSL9.42º51.49%53.92%-
HSV(B)9.42º61.11%77.65%-
XYZ28.8120.919.54-
YUV124.33101.29180.54-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.37%
GREEN value IS 96 (37.89% from 255) = 25.88%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=53.37%
G=25.88%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198967700.520.610.229.4251.4953.92
HexC6604D0343D1693336
Octal3061401150647526116366
Binary11000110110000010011010110100111101101101001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6604D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6604D; }

 p { color: rgb(198,96,77); }

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

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

 a { background-color: rgb(198,96,77); }

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

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

 span { border-color: rgb(198,96,77); }

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