Html Css Color HEX #823864 Cosmic

📋 copy color: '#823864'

red 130 ◦ green 56 ◦ blue 100

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

Shades of Cosmic #823864

Tints of Cosmic #823864

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

 BLUE value IS 100 (39.45% from 255) = 34.97%

R = 45.45%
G = 19.58%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.49

RGB Variations

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

Color information

#823864 (or 0x823864) is known color: Cosmic. HEX triplet: 82, 38 and 64. RGB value is (130,56,100). Sum of RGB (Red+Green+Blue) = 130+56+100=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #823864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823864 is #7DC79B. Grayscale: #535353. Windows color (decimal): -8243100 or 6568066. OLE color: 6568066.

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

Color convert

RGB 130 56 100 -
CMYK 0 0.57 0.23 0.49
HSL 324.32º 0.4% 0.36% -
HSV(B) 324.32º 0.57% 0.51% -
XYZ 12.92 8.49 13.02 -
YUV 83.14 137.52 161.42 -
System Red Green Blue C M Y K H S L
Decimal 130 56 100 0 0.57 0.23 0.49 324.32 0.4 0.36
Hex 82 38 64 0 39 17 31 144 28 24
Octal 202 70 144 0 71 27 61 504 50 44
Binary 10000010 111000 1100100 0 111001 10111 110001 101000100 101000 100100

Color Harmonies of #823864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823864

Black with #823864

Text Example


Text Example

White with #823864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823864; }

 p { color: rgb(130,56,100); }

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

background-color css

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

 a { background-color: rgb(130,56,100); }

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

border-color css

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

 span { border-color: rgb(130,56,100); }

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