Html Css Color HEX #805269 Cosmic

📋 copy color: '#805269'

red 128 ◦ green 82 ◦ blue 105

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

Shades of Cosmic #805269

Tints of Cosmic #805269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 40.63%
G = 26.03%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#805269 (or 0x805269) is known color: Cosmic. HEX triplet: 80, 52 and 69. RGB value is (128,82,105). Sum of RGB (Red+Green+Blue) = 128+82+105=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #805269 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805269 is #7FAD96. Grayscale: #626262. Windows color (decimal): -8367511 or 6902400. OLE color: 6902400.

HSL color Cylindrical-coordinate representation of color #805269: hue angle of 330º 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 #805269 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 82 105 -
CMYK 0 0.36 0.18 0.50
HSL 330º 0.22% 0.41% -
HSV(B) 330º 0.36% 0.5% -
XYZ 14.47 11.64 14.85 -
YUV 98.38 131.74 149.13 -
System Red Green Blue C M Y K H S L
Decimal 128 82 105 0 0.36 0.18 0.50 330 0.22 0.41
Hex 80 52 69 0 24 12 32 14A 16 29
Octal 200 122 151 0 44 22 62 512 26 51
Binary 10000000 1010010 1101001 0 100100 10010 110010 101001010 10110 101001

Color Harmonies of #805269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805269

Black with #805269

Text Example


Text Example

White with #805269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805269; }

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

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

background-color css

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

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

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

border-color css

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

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

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