Html Css Color HEX #86426C Cosmic

📋 copy color: '#86426C'

red 134 ◦ green 66 ◦ blue 108

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

Shades of Cosmic #86426C

Tints of Cosmic #86426C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 43.51%
G = 21.43%
B = 35.06%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86426C (or 0x86426C) is known color: Cosmic. HEX triplet: 86, 42 and 6C. RGB value is (134,66,108). Sum of RGB (Red+Green+Blue) = 134+66+108=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #86426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86426C is #79BD93. Grayscale: #5B5B5B. Windows color (decimal): -7978388 or 7094918. OLE color: 7094918.

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

Color convert

RGB 134 66 108 -
CMYK 0 0.51 0.19 0.47
HSL 322.94º 0.34% 0.39% -
HSV(B) 322.94º 0.51% 0.53% -
XYZ 14.49 10.05 15.36 -
YUV 91.12 137.53 158.58 -
System Red Green Blue C M Y K H S L
Decimal 134 66 108 0 0.51 0.19 0.47 322.94 0.34 0.39
Hex 86 42 6C 0 33 13 2F 143 22 27
Octal 206 102 154 0 63 23 57 503 42 47
Binary 10000110 1000010 1101100 0 110011 10011 101111 101000011 100010 100111

Color Harmonies of #86426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86426C

Black with #86426C

Text Example


Text Example

White with #86426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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