Html Css Color HEX #825769 Cosmic

📋 copy color: '#825769'

red 130 ◦ green 87 ◦ blue 105

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

Shades of Cosmic #825769

Tints of Cosmic #825769

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 40.37%
G = 27.02%
B = 32.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#825769 (or 0x825769) is known color: Cosmic. HEX triplet: 82, 57 and 69. RGB value is (130,87,105). Sum of RGB (Red+Green+Blue) = 130+87+105=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #825769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825769 is #7DA896. Grayscale: #656565. Windows color (decimal): -8235159 or 6903682. OLE color: 6903682.

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

Color convert

RGB 130 87 105 -
CMYK 0 0.33 0.19 0.49
HSL 334.88º 0.2% 0.43% -
HSV(B) 334.88º 0.33% 0.51% -
XYZ 15.16 12.58 14.99 -
YUV 101.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 130 87 105 0 0.33 0.19 0.49 334.88 0.2 0.43
Hex 82 57 69 0 21 13 31 14F 14 2B
Octal 202 127 151 0 41 23 61 517 24 53
Binary 10000010 1010111 1101001 0 100001 10011 110001 101001111 10100 101011

Color Harmonies of #825769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825769

Black with #825769

Text Example


Text Example

White with #825769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825769; }

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

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

background-color css

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

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

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

border-color css

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

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

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