Html Css Color HEX #864261 Cosmic

📋 copy color: '#864261'

red 134 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #864261

Tints of Cosmic #864261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.66%

R = 45.12%
G = 22.22%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#864261 (or 0x864261) is known color: Cosmic. HEX triplet: 86, 42 and 61. RGB value is (134,66,97). Sum of RGB (Red+Green+Blue) = 134+66+97=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 97 (38.28% from 255 or 32.66% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #864261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864261 is #79BD9E. Grayscale: #595959. Windows color (decimal): -7978399 or 6374022. OLE color: 6374022.

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

Color convert

RGB 134 66 97 -
CMYK 0 0.51 0.28 0.47
HSL 332.65º 0.34% 0.39% -
HSV(B) 332.65º 0.51% 0.53% -
XYZ 13.94 9.83 12.47 -
YUV 89.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 134 66 97 0 0.51 0.28 0.47 332.65 0.34 0.39
Hex 86 42 61 0 33 1C 2F 14D 22 27
Octal 206 102 141 0 63 34 57 515 42 47
Binary 10000110 1000010 1100001 0 110011 11100 101111 101001101 100010 100111

Color Harmonies of #864261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864261

Black with #864261

Text Example


Text Example

White with #864261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864261; }

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

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

background-color css

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

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

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

border-color css

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

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

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