Html Css Color HEX #815069 Cosmic

📋 copy color: '#815069'

red 129 ◦ green 80 ◦ blue 105

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

Shades of Cosmic #815069

Tints of Cosmic #815069

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.48%

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

R = 41.08%
G = 25.48%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#815069 (or 0x815069) is known color: Cosmic. HEX triplet: 81, 50 and 69. RGB value is (129,80,105). Sum of RGB (Red+Green+Blue) = 129+80+105=314 (41% of max value = 765). Red value is 129 (50.78% from 255 or 41.08% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 129 - color contains mainly: red. Hex color #815069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815069 is #7EAF96. Grayscale: #616161. Windows color (decimal): -8302487 or 6901889. OLE color: 6901889.

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

Color convert

RGB 129 80 105 -
CMYK 0 0.38 0.19 0.49
HSL 329.39º 0.23% 0.41% -
HSV(B) 329.39º 0.38% 0.51% -
XYZ 14.47 11.42 14.81 -
YUV 97.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 129 80 105 0 0.38 0.19 0.49 329.39 0.23 0.41
Hex 81 50 69 0 26 13 31 149 17 29
Octal 201 120 151 0 46 23 61 511 27 51
Binary 10000001 1010000 1101001 0 100110 10011 110001 101001001 10111 101001

Color Harmonies of #815069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815069

Black with #815069

Text Example


Text Example

White with #815069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815069; }

 p { color: rgb(129,80,105); }

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

background-color css

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

 a { background-color: rgb(129,80,105); }

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

border-color css

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

 span { border-color: rgb(129,80,105); }

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