#C66A5A

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

Shades of Sunglo #C66A5A

Tints of Sunglo #C66A5A

Color information

#C66A5A (or 0xC66A5A) is unknown color: approx Sunglo. HEX triplet: C6, 6A and 5A. RGB value is (198,106,90). Sum of RGB (Red+Green+Blue) = 198+106+90=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 90 (35.55% from 255 or 22.84% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C66A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66A5A is #3995A5. Grayscale: #838383. Windows color (decimal): -3773862 or 5925574. OLE color: 5925574.

HSL color Cylindrical-coordinate representation of color #C66A5A: hue angle of 8.89º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C66A5A is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB19810690-
CMYK00.460.550.22
HSL8.89º48.65%56.47%-
HSV(B)8.89º54.55%77.65%-
XYZ30.2923.0512.53-
YUV131.68104.48175.3-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.25%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 90 (35.55% from 255) = 22.84%
R=50.25%
G=26.90%
B=22.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981069000.460.550.228.8948.6556.47
HexC66A5A02E371693138
Octal3061521320566726116170
Binary11000110110101010110100101110110111101101001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66A5A; }

 p { color: rgb(198,106,90); }

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

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

 a { background-color: rgb(198,106,90); }

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

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

 span { border-color: rgb(198,106,90); }

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