Html Css Color HEX #825067 Cosmic

📋 copy color: '#825067'

red 130 ◦ green 80 ◦ blue 103

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

Shades of Cosmic #825067

Tints of Cosmic #825067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.56%

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

R = 41.53%
G = 25.56%
B = 32.91%

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

#825067 (or 0x825067) is known color: Cosmic. HEX triplet: 82, 50 and 67. RGB value is (130,80,103). Sum of RGB (Red+Green+Blue) = 130+80+103=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #825067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825067 is #7DAF98. Grayscale: #616161. Windows color (decimal): -8236953 or 6770818. OLE color: 6770818.

HSL color Cylindrical-coordinate representation of color #825067: hue angle of 332.4º degrees, saturation: 0.24, 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 #825067 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 80 103 -
CMYK 0 0.38 0.21 0.49
HSL 332.4º 0.24% 0.41% -
HSV(B) 332.4º 0.38% 0.51% -
XYZ 14.52 11.46 14.28 -
YUV 97.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 130 80 103 0 0.38 0.21 0.49 332.4 0.24 0.41
Hex 82 50 67 0 26 15 31 14C 18 29
Octal 202 120 147 0 46 25 61 514 30 51
Binary 10000010 1010000 1100111 0 100110 10101 110001 101001100 11000 101001

Color Harmonies of #825067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825067

Black with #825067

Text Example


Text Example

White with #825067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825067; }

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

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

background-color css

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

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

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

border-color css

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

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

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