Html Css Color HEX #86426B Cosmic

📋 copy color: '#86426B'

red 134 ◦ green 66 ◦ blue 107

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

Shades of Cosmic #86426B

Tints of Cosmic #86426B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 43.65%
G = 21.5%
B = 34.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#86426B (or 0x86426B) is known color: Cosmic. HEX triplet: 86, 42 and 6B. RGB value is (134,66,107). Sum of RGB (Red+Green+Blue) = 134+66+107=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #86426B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86426B is #79BD94. Grayscale: #5A5A5A. Windows color (decimal): -7978389 or 7029382. OLE color: 7029382.

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

Color convert

RGB 134 66 107 -
CMYK 0 0.51 0.20 0.47
HSL 323.82º 0.34% 0.39% -
HSV(B) 323.82º 0.51% 0.53% -
XYZ 14.43 10.03 15.08 -
YUV 91.01 137.03 158.67 -
System Red Green Blue C M Y K H S L
Decimal 134 66 107 0 0.51 0.20 0.47 323.82 0.34 0.39
Hex 86 42 6B 0 33 14 2F 144 22 27
Octal 206 102 153 0 63 24 57 504 42 47
Binary 10000110 1000010 1101011 0 110011 10100 101111 101000100 100010 100111

Color Harmonies of #86426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86426B

Black with #86426B

Text Example


Text Example

White with #86426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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