Html Css Color HEX #825567 Cosmic

📋 copy color: '#825567'

red 130 ◦ green 85 ◦ blue 103

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

Shades of Cosmic #825567

Tints of Cosmic #825567

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.73%

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

R = 40.88%
G = 26.73%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#825567 (or 0x825567) is known color: Cosmic. HEX triplet: 82, 55 and 67. RGB value is (130,85,103). Sum of RGB (Red+Green+Blue) = 130+85+103=318 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.88% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 103 (40.62% from 255 or 32.39% from 318); Max value from RGB is 130 - color contains mainly: red. Hex color #825567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825567 is #7DAA98. Grayscale: #646464. Windows color (decimal): -8235673 or 6772098. OLE color: 6772098.

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

Color convert

RGB 130 85 103 -
CMYK 0 0.35 0.21 0.49
HSL 336º 0.21% 0.42% -
HSV(B) 336º 0.35% 0.51% -
XYZ 14.9 12.22 14.41 -
YUV 100.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 130 85 103 0 0.35 0.21 0.49 336 0.21 0.42
Hex 82 55 67 0 23 15 31 150 15 2A
Octal 202 125 147 0 43 25 61 520 25 52
Binary 10000010 1010101 1100111 0 100011 10101 110001 101010000 10101 101010

Color Harmonies of #825567

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825567

Black with #825567

Text Example


Text Example

White with #825567

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825567; }

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

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

background-color css

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

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

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

border-color css

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

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

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