Html Css Color HEX #825068 Cosmic

📋 copy color: '#825068'

red 130 ◦ green 80 ◦ blue 104

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

Shades of Cosmic #825068

Tints of Cosmic #825068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.12%

R = 41.4%
G = 25.48%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#825068 (or 0x825068) is known color: Cosmic. HEX triplet: 82, 50 and 68. RGB value is (130,80,104). Sum of RGB (Red+Green+Blue) = 130+80+104=314 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.40% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 130 - color contains mainly: red. Hex color #825068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825068 is #7DAF97. Grayscale: #616161. Windows color (decimal): -8236952 or 6836354. OLE color: 6836354.

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

Color convert

RGB 130 80 104 -
CMYK 0 0.38 0.2 0.49
HSL 331.2º 0.24% 0.41% -
HSV(B) 331.2º 0.38% 0.51% -
XYZ 14.57 11.48 14.54 -
YUV 97.69 131.57 151.05 -
System Red Green Blue C M Y K H S L
Decimal 130 80 104 0 0.38 0.2 0.49 331.2 0.24 0.41
Hex 82 50 68 0 26 14 31 14B 18 29
Octal 202 120 150 0 46 24 61 513 30 51
Binary 10000010 1010000 1101000 0 100110 10100 110001 101001011 11000 101001

Color Harmonies of #825068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825068

Black with #825068

Text Example


Text Example

White with #825068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825068; }

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

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

background-color css

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

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

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

border-color css

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

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

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