Html Css Color HEX #825366 Cosmic

📋 copy color: '#825366'

red 130 ◦ green 83 ◦ blue 102

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

Shades of Cosmic #825366

Tints of Cosmic #825366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 26.35%

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 41.27%
G = 26.35%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#825366 (or 0x825366) is known color: Cosmic. HEX triplet: 82, 53 and 66. RGB value is (130,83,102). Sum of RGB (Red+Green+Blue) = 130+83+102=315 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.27% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 130 - color contains mainly: red. Hex color #825366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825366 is #7DAC99. Grayscale: #636363. Windows color (decimal): -8236186 or 6706050. OLE color: 6706050.

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

Color convert

RGB 130 83 102 -
CMYK 0 0.36 0.22 0.49
HSL 335.74º 0.22% 0.42% -
HSV(B) 335.74º 0.36% 0.51% -
XYZ 14.7 11.89 14.09 -
YUV 99.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 130 83 102 0 0.36 0.22 0.49 335.74 0.22 0.42
Hex 82 53 66 0 24 16 31 150 16 2A
Octal 202 123 146 0 44 26 61 520 26 52
Binary 10000010 1010011 1100110 0 100100 10110 110001 101010000 10110 101010

Color Harmonies of #825366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825366

Black with #825366

Text Example


Text Example

White with #825366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825366; }

 p { color: rgb(130,83,102); }

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

background-color css

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

 a { background-color: rgb(130,83,102); }

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

border-color css

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

 span { border-color: rgb(130,83,102); }

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