Html Css Color HEX #825167 Cosmic

📋 copy color: '#825167'

red 130 ◦ green 81 ◦ blue 103

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

Shades of Cosmic #825167

Tints of Cosmic #825167

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.8%

 BLUE value IS 103 (40.63% from 255) = 32.8%

R = 41.4%
G = 25.8%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#825167 (or 0x825167) is known color: Cosmic. HEX triplet: 82, 51 and 67. RGB value is (130,81,103). Sum of RGB (Red+Green+Blue) = 130+81+103=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #825167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825167 is #7DAE98. Grayscale: #626262. Windows color (decimal): -8236697 or 6771074. OLE color: 6771074.

HSL color Cylindrical-coordinate representation of color #825167: hue angle of 333.06º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #825167 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 81 103 -
CMYK 0 0.38 0.21 0.49
HSL 333.06º 0.23% 0.41% -
HSV(B) 333.06º 0.38% 0.51% -
XYZ 14.6 11.61 14.3 -
YUV 98.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 130 81 103 0 0.38 0.21 0.49 333.06 0.23 0.41
Hex 82 51 67 0 26 15 31 14D 17 29
Octal 202 121 147 0 46 25 61 515 27 51
Binary 10000010 1010001 1100111 0 100110 10101 110001 101001101 10111 101001

Color Harmonies of #825167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825167

Black with #825167

Text Example


Text Example

White with #825167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825167; }

 p { color: rgb(130,81,103); }

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

background-color css

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

 a { background-color: rgb(130,81,103); }

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

border-color css

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

 span { border-color: rgb(130,81,103); }

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