Html Css Color HEX #815265 Cosmic

📋 copy color: '#815265'

red 129 ◦ green 82 ◦ blue 101

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

Shades of Cosmic #815265

Tints of Cosmic #815265

RGB

 RED value IS 129 (50.78% from 255) = 41.35%

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

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

R = 41.35%
G = 26.28%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#815265 (or 0x815265) is known color: Cosmic. HEX triplet: 81, 52 and 65. RGB value is (129,82,101). Sum of RGB (Red+Green+Blue) = 129+82+101=312 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.35% from 312); Green value is 82 (32.42% from 255 or 26.28% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 129 - color contains mainly: red. Hex color #815265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815265 is #7EAD9A. Grayscale: #626262. Windows color (decimal): -8301979 or 6640257. OLE color: 6640257.

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

Color convert

RGB 129 82 101 -
CMYK 0 0.36 0.22 0.49
HSL 335.74º 0.22% 0.41% -
HSV(B) 335.74º 0.36% 0.51% -
XYZ 14.42 11.64 13.8 -
YUV 98.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 129 82 101 0 0.36 0.22 0.49 335.74 0.22 0.41
Hex 81 52 65 0 24 16 31 150 16 29
Octal 201 122 145 0 44 26 61 520 26 51
Binary 10000001 1010010 1100101 0 100100 10110 110001 101010000 10110 101001

Color Harmonies of #815265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815265

Black with #815265

Text Example


Text Example

White with #815265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815265; }

 p { color: rgb(129,82,101); }

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

background-color css

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

 a { background-color: rgb(129,82,101); }

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

border-color css

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

 span { border-color: rgb(129,82,101); }

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