Html Css Color HEX #825669 Cosmic

📋 copy color: '#825669'

red 130 ◦ green 86 ◦ blue 105

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

Shades of Cosmic #825669

Tints of Cosmic #825669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.79%

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 40.5%
G = 26.79%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#825669 (or 0x825669) is known color: Cosmic. HEX triplet: 82, 56 and 69. RGB value is (130,86,105). Sum of RGB (Red+Green+Blue) = 130+86+105=321 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.50% from 321); Green value is 86 (33.98% from 255 or 26.79% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 130 - color contains mainly: red. Hex color #825669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825669 is #7DA996. Grayscale: #656565. Windows color (decimal): -8235415 or 6903426. OLE color: 6903426.

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

Color convert

RGB 130 86 105 -
CMYK 0 0.34 0.19 0.49
HSL 334.09º 0.2% 0.42% -
HSV(B) 334.09º 0.34% 0.51% -
XYZ 15.08 12.42 14.97 -
YUV 101.32 130.08 148.46 -
System Red Green Blue C M Y K H S L
Decimal 130 86 105 0 0.34 0.19 0.49 334.09 0.2 0.42
Hex 82 56 69 0 22 13 31 14E 14 2A
Octal 202 126 151 0 42 23 61 516 24 52
Binary 10000010 1010110 1101001 0 100010 10011 110001 101001110 10100 101010

Color Harmonies of #825669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825669

Black with #825669

Text Example


Text Example

White with #825669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825669; }

 p { color: rgb(130,86,105); }

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

background-color css

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

 a { background-color: rgb(130,86,105); }

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

border-color css

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

 span { border-color: rgb(130,86,105); }

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