Html Css Color HEX #825C71 Cosmic

📋 copy color: '#825C71'

red 130 ◦ green 92 ◦ blue 113

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

Shades of Cosmic #825C71

Tints of Cosmic #825C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.46%

 BLUE value IS 113 (44.53% from 255) = 33.73%

R = 38.81%
G = 27.46%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#825C71 (or 0x825C71) is known color: Cosmic. HEX triplet: 82, 5C and 71. RGB value is (130,92,113). Sum of RGB (Red+Green+Blue) = 130+92+113=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #825C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C71 is #7DA38E. Grayscale: #696969. Windows color (decimal): -8233871 or 7429250. OLE color: 7429250.

HSL color Cylindrical-coordinate representation of color #825C71: hue angle of 326.84º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C71 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 113 -
CMYK 0 0.29 0.13 0.49
HSL 326.84º 0.17% 0.44% -
HSV(B) 326.84º 0.29% 0.51% -
XYZ 16.01 13.59 17.4 -
YUV 105.76 132.09 145.29 -
System Red Green Blue C M Y K H S L
Decimal 130 92 113 0 0.29 0.13 0.49 326.84 0.17 0.44
Hex 82 5C 71 0 1D D 31 147 11 2C
Octal 202 134 161 0 35 15 61 507 21 54
Binary 10000010 1011100 1110001 0 11101 1101 110001 101000111 10001 101100

Color Harmonies of #825C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C71

Black with #825C71

Text Example


Text Example

White with #825C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825C71; }

 p { color: rgb(130,92,113); }

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

background-color css

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

 a { background-color: rgb(130,92,113); }

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

border-color css

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

 span { border-color: rgb(130,92,113); }

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