Html Css Color HEX #845268 Cosmic

📋 copy color: '#845268'

red 132 ◦ green 82 ◦ blue 104

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

Shades of Cosmic #845268

Tints of Cosmic #845268

RGB

 RED value IS 132 (51.95% from 255) = 41.51%

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 41.51%
G = 25.79%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#845268 (or 0x845268) is known color: Cosmic. HEX triplet: 84, 52 and 68. RGB value is (132,82,104). Sum of RGB (Red+Green+Blue) = 132+82+104=318 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.51% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 132 - color contains mainly: red. Hex color #845268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845268 is #7BAD97. Grayscale: #636363. Windows color (decimal): -8105368 or 6836868. OLE color: 6836868.

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

Color convert

RGB 132 82 104 -
CMYK 0 0.38 0.21 0.48
HSL 333.6º 0.23% 0.42% -
HSV(B) 333.6º 0.38% 0.52% -
XYZ 15.03 11.94 14.61 -
YUV 99.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 132 82 104 0 0.38 0.21 0.48 333.6 0.23 0.42
Hex 84 52 68 0 26 15 30 14E 17 2A
Octal 204 122 150 0 46 25 60 516 27 52
Binary 10000100 1010010 1101000 0 100110 10101 110000 101001110 10111 101010

Color Harmonies of #845268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845268

Black with #845268

Text Example


Text Example

White with #845268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845268; }

 p { color: rgb(132,82,104); }

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

background-color css

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

 a { background-color: rgb(132,82,104); }

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

border-color css

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

 span { border-color: rgb(132,82,104); }

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