Html Css Color HEX #805365 Cosmic

📋 copy color: '#805365'

red 128 ◦ green 83 ◦ blue 101

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

Shades of Cosmic #805365

Tints of Cosmic #805365

RGB

 RED value IS 128 (50.39% from 255) = 41.03%

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

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 41.03%
G = 26.6%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.50

RGB Variations

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

Color information

#805365 (or 0x805365) is known color: Cosmic. HEX triplet: 80, 53 and 65. RGB value is (128,83,101). Sum of RGB (Red+Green+Blue) = 128+83+101=312 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.03% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 128 - color contains mainly: red. Hex color #805365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805365 is #7FAC9A. Grayscale: #626262. Windows color (decimal): -8367259 or 6640512. OLE color: 6640512.

HSL color Cylindrical-coordinate representation of color #805365: hue angle of 336º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #805365 is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 83 101 -
CMYK 0 0.35 0.21 0.50
HSL 336º 0.21% 0.41% -
HSV(B) 336º 0.35% 0.5% -
XYZ 14.34 11.72 13.82 -
YUV 98.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 128 83 101 0 0.35 0.21 0.50 336 0.21 0.41
Hex 80 53 65 0 23 15 32 150 15 29
Octal 200 123 145 0 43 25 62 520 25 51
Binary 10000000 1010011 1100101 0 100011 10101 110010 101010000 10101 101001

Color Harmonies of #805365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805365

Black with #805365

Text Example


Text Example

White with #805365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805365; }

 p { color: rgb(128,83,101); }

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

background-color css

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

 a { background-color: rgb(128,83,101); }

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

border-color css

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

 span { border-color: rgb(128,83,101); }

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