Html Css Color HEX #825264 Cosmic

📋 copy color: '#825264'

red 130 ◦ green 82 ◦ blue 100

#825264
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #825264

Tints of Cosmic #825264

RGB

 RED value IS 130 (51.17% from 255) = 41.67%

 GREEN value IS 82 (32.42% from 255) = 26.28%

 BLUE value IS 100 (39.45% from 255) = 32.05%

R = 41.67%
G = 26.28%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#825264 (or 0x825264) is known color: Cosmic. HEX triplet: 82, 52 and 64. RGB value is (130,82,100). Sum of RGB (Red+Green+Blue) = 130+82+100=312 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.67% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 100 (39.45% from 255 or 32.05% from 312); Max value from RGB is 130 - color contains mainly: red. Hex color #825264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825264 is #7DAD9B. Grayscale: #626262. Windows color (decimal): -8236444 or 6574722. OLE color: 6574722.

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

Color convert

RGB 130 82 100 -
CMYK 0 0.37 0.23 0.49
HSL 337.5º 0.23% 0.42% -
HSV(B) 337.5º 0.37% 0.51% -
XYZ 14.52 11.7 13.55 -
YUV 98.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 130 82 100 0 0.37 0.23 0.49 337.5 0.23 0.42
Hex 82 52 64 0 25 17 31 152 17 2A
Octal 202 122 144 0 45 27 61 522 27 52
Binary 10000010 1010010 1100100 0 100101 10111 110001 101010010 10111 101010

Color Harmonies of #825264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825264

Black with #825264

Text Example


Text Example

White with #825264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825264; }

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

 H1.HeaderClassName
 {
   color: #825264;
 }
 .AnyTagClassName
 {
   color: #825264;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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