Html Css Color HEX #86425E Cosmic

📋 copy color: '#86425E'

red 134 ◦ green 66 ◦ blue 94

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

Shades of Cosmic #86425E

Tints of Cosmic #86425E

RGB

 RED value IS 134 (52.73% from 255) = 45.58%

 GREEN value IS 66 (26.17% from 255) = 22.45%

 BLUE value IS 94 (37.11% from 255) = 31.97%

R = 45.58%
G = 22.45%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#86425E (or 0x86425E) is known color: Cosmic. HEX triplet: 86, 42 and 5E. RGB value is (134,66,94). Sum of RGB (Red+Green+Blue) = 134+66+94=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #86425E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86425E is #79BDA1. Grayscale: #595959. Windows color (decimal): -7978402 or 6177414. OLE color: 6177414.

HSL color Cylindrical-coordinate representation of color #86425E: hue angle of 335.29º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #86425E is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 66 94 -
CMYK 0 0.51 0.30 0.47
HSL 335.29º 0.34% 0.39% -
HSV(B) 335.29º 0.51% 0.53% -
XYZ 13.8 9.77 11.75 -
YUV 89.52 130.53 159.72 -
System Red Green Blue C M Y K H S L
Decimal 134 66 94 0 0.51 0.30 0.47 335.29 0.34 0.39
Hex 86 42 5E 0 33 1E 2F 14F 22 27
Octal 206 102 136 0 63 36 57 517 42 47
Binary 10000110 1000010 1011110 0 110011 11110 101111 101001111 100010 100111

Color Harmonies of #86425E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86425E

Black with #86425E

Text Example


Text Example

White with #86425E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86425E; }

 p { color: rgb(134,66,94); }

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

background-color css

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

 a { background-color: rgb(134,66,94); }

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

border-color css

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

 span { border-color: rgb(134,66,94); }

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