Html Css Color HEX #805267 Cosmic

📋 copy color: '#805267'

red 128 ◦ green 82 ◦ blue 103

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

Shades of Cosmic #805267

Tints of Cosmic #805267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 32.91%

R = 40.89%
G = 26.2%
B = 32.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.20

 K value IS 0.50

RGB Variations

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

Color information

#805267 (or 0x805267) is known color: Cosmic. HEX triplet: 80, 52 and 67. RGB value is (128,82,103). Sum of RGB (Red+Green+Blue) = 128+82+103=313 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.89% from 313); Green value is 82 (32.42% from 255 or 26.20% from 313); Blue value is 103 (40.62% from 255 or 32.91% from 313); Max value from RGB is 128 - color contains mainly: red. Hex color #805267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805267 is #7FAD98. Grayscale: #626262. Windows color (decimal): -8367513 or 6771328. OLE color: 6771328.

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

Color convert

RGB 128 82 103 -
CMYK 0 0.36 0.20 0.50
HSL 332.61º 0.22% 0.41% -
HSV(B) 332.61º 0.36% 0.5% -
XYZ 14.37 11.6 14.31 -
YUV 98.15 130.74 149.29 -
System Red Green Blue C M Y K H S L
Decimal 128 82 103 0 0.36 0.20 0.50 332.61 0.22 0.41
Hex 80 52 67 0 24 14 32 14D 16 29
Octal 200 122 147 0 44 24 62 515 26 51
Binary 10000000 1010010 1100111 0 100100 10100 110010 101001101 10110 101001

Color Harmonies of #805267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805267

Black with #805267

Text Example


Text Example

White with #805267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805267; }

 p { color: rgb(128,82,103); }

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

background-color css

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

 a { background-color: rgb(128,82,103); }

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

border-color css

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

 span { border-color: rgb(128,82,103); }

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