#825266

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

Shades of Cosmic #825266

Tints of Cosmic #825266

Color information

#825266 (or 0x825266) is unknown color: approx Cosmic. HEX triplet: 82, 52 and 66. RGB value is (130,82,102). Sum of RGB (Red+Green+Blue) = 130+82+102=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #825266 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825266 is #7DAD99. Grayscale: #626262. Windows color (decimal): -8236442 or 6705794. OLE color: 6705794.

HSL color Cylindrical-coordinate representation of color #825266: hue angle of 335º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #825266 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB13082102-
CMYK00.370.220.49
HSL335º22.64%41.57%-
HSV(B)335º36.92%50.98%-
XYZ14.6211.7414.07-
YUV98.63129.9150.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 41.40%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 102 (40.23% from 255) = 32.48%
R=41.40%
G=26.11%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1308210200.370.220.4933522.6441.57
Hex825266025163114f172a
Octal20212214604526615172752
Binary100000101010010110011001001011011011000110100111110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #825266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #825266; }

 p { color: rgb(130,82,102); }

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

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

 a { background-color: rgb(130,82,102); }

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

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

 span { border-color: rgb(130,82,102); }

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