#C46A5C

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

Shades of Sunglo #C46A5C

Tints of Sunglo #C46A5C

Color information

#C46A5C (or 0xC46A5C) is unknown color: approx Sunglo. HEX triplet: C4, 6A and 5C. RGB value is (196,106,92). Sum of RGB (Red+Green+Blue) = 196+106+92=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 92 (36.33% from 255 or 23.35% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46A5C is #3B95A3. Grayscale: #838383. Windows color (decimal): -3904932 or 6056644. OLE color: 6056644.

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

Color convert

RGB19610692-
CMYK00.460.530.23
HSL8.08º46.85%56.47%-
HSV(B)8.08º53.06%76.86%-
XYZ29.8522.8212.96-
YUV131.31105.82174.14-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 106 (41.80% from 255) = 26.90%
BLUE value IS 92 (36.33% from 255) = 23.35%
R=49.75%
G=26.90%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961069200.460.530.238.0846.8556.47
HexC46A5C02E351782f38
Octal3041521340566527105770
Binary11000100110101010111000101110110101101111000101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46A5C; }

 p { color: rgb(196,106,92); }

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

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

 a { background-color: rgb(196,106,92); }

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

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

 span { border-color: rgb(196,106,92); }

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