#86435C

Color #86435C Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #86435C

Tints of Cosmic #86435C

Color information

#86435C (or 0x86435C) is unknown color: approx Cosmic. HEX triplet: 86, 43 and 5C. RGB value is (134,67,92). Sum of RGB (Red+Green+Blue) = 134+67+92=293 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.73% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 134 - color contains mainly: red. Hex color #86435C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86435C is #79BCA3. Grayscale: #595959. Windows color (decimal): -7978148 or 6046598. OLE color: 6046598.

HSL color Cylindrical-coordinate representation of color #86435C: hue angle of 337.61º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86435C is Cyan = 0, Magento = 0.5, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB1346792-
CMYK00.50.310.47
HSL337.61º33.33%39.41%-
HSV(B)337.61º50%52.55%-
XYZ13.779.8611.3-
YUV89.88129.2159.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.73%
GREEN value IS 67 (26.56% from 255) = 22.87%
BLUE value IS 92 (36.33% from 255) = 31.40%
R=45.73%
G=22.87%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134679200.50.310.47337.6133.3339.41
Hex86435C0321F2F1522127
Octal20610313406237575224147
Binary1000011010000111011100011001011111101111101010010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86435C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86435C; }

 p { color: rgb(134,67,92); }

 H1.HeaderClassName
 {
   color: #86435C;
 }
 .AnyTagClassName
 {
   color: #86435C;
 }
</style>
background-color css

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

 a { background-color: rgb(134,67,92); }

 div.DivClassName
 {
   background-color: #86435C;
 }
 .BgClassName
 {
   background-color: #86435C;
 }
</style>
border-color css

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

 span { border-color: rgb(134,67,92); }

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