Html Css Color HEX #825269 Cosmic

📋 copy color: '#825269'

red 130 ◦ green 82 ◦ blue 105

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

Shades of Cosmic #825269

Tints of Cosmic #825269

RGB

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

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

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

R = 41.01%
G = 25.87%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#825269 (or 0x825269) is known color: Cosmic. HEX triplet: 82, 52 and 69. RGB value is (130,82,105). Sum of RGB (Red+Green+Blue) = 130+82+105=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #825269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825269 is #7DAD96. Grayscale: #626262. Windows color (decimal): -8236439 or 6902402. OLE color: 6902402.

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

Color convert

RGB 130 82 105 -
CMYK 0 0.37 0.19 0.49
HSL 331.25º 0.23% 0.42% -
HSV(B) 331.25º 0.37% 0.51% -
XYZ 14.77 11.8 14.86 -
YUV 98.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 130 82 105 0 0.37 0.19 0.49 331.25 0.23 0.42
Hex 82 52 69 0 25 13 31 14B 17 2A
Octal 202 122 151 0 45 23 61 513 27 52
Binary 10000010 1010010 1101001 0 100101 10011 110001 101001011 10111 101010

Color Harmonies of #825269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825269

Black with #825269

Text Example


Text Example

White with #825269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825269; }

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

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

background-color css

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

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

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

border-color css

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

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

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