Html Css Color HEX #86425F Cosmic

📋 copy color: '#86425F'

red 134 ◦ green 66 ◦ blue 95

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

Shades of Cosmic #86425F

Tints of Cosmic #86425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 45.42%
G = 22.37%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#86425F (or 0x86425F) is known color: Cosmic. HEX triplet: 86, 42 and 5F. RGB value is (134,66,95). Sum of RGB (Red+Green+Blue) = 134+66+95=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #86425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86425F is #79BDA0. Grayscale: #595959. Windows color (decimal): -7978401 or 6242950. OLE color: 6242950.

HSL color Cylindrical-coordinate representation of color #86425F: hue angle of 334.41º 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 #86425F is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 66 95 -
CMYK 0 0.51 0.29 0.47
HSL 334.41º 0.34% 0.39% -
HSV(B) 334.41º 0.51% 0.53% -
XYZ 13.85 9.79 11.99 -
YUV 89.64 131.03 159.64 -
System Red Green Blue C M Y K H S L
Decimal 134 66 95 0 0.51 0.29 0.47 334.41 0.34 0.39
Hex 86 42 5F 0 33 1D 2F 14E 22 27
Octal 206 102 137 0 63 35 57 516 42 47
Binary 10000110 1000010 1011111 0 110011 11101 101111 101001110 100010 100111

Color Harmonies of #86425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86425F

Black with #86425F

Text Example


Text Example

White with #86425F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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