Html Css Color HEX #863A67 Cosmic

📋 copy color: '#863A67'

red 134 ◦ green 58 ◦ blue 103

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

Shades of Cosmic #863A67

Tints of Cosmic #863A67

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.66%

 BLUE value IS 103 (40.63% from 255) = 34.92%

R = 45.42%
G = 19.66%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#863A67 (or 0x863A67) is known color: Cosmic. HEX triplet: 86, 3A and 67. RGB value is (134,58,103). Sum of RGB (Red+Green+Blue) = 134+58+103=295 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.42% from 295); Green value is 58 (23.05% from 255 or 19.66% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 134 - color contains mainly: red. Hex color #863A67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A67 is #79C598. Grayscale: #555555. Windows color (decimal): -7980441 or 6765190. OLE color: 6765190.

HSL color Cylindrical-coordinate representation of color #863A67: hue angle of 324.47º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #863A67 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 103 -
CMYK 0 0.57 0.23 0.47
HSL 324.47º 0.4% 0.38% -
HSV(B) 324.47º 0.57% 0.53% -
XYZ 13.79 9.07 13.86 -
YUV 85.85 137.68 162.34 -
System Red Green Blue C M Y K H S L
Decimal 134 58 103 0 0.57 0.23 0.47 324.47 0.4 0.38
Hex 86 3A 67 0 39 17 2F 144 28 26
Octal 206 72 147 0 71 27 57 504 50 46
Binary 10000110 111010 1100111 0 111001 10111 101111 101000100 101000 100110

Color Harmonies of #863A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A67

Black with #863A67

Text Example


Text Example

White with #863A67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863A67; }

 p { color: rgb(134,58,103); }

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

background-color css

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

 a { background-color: rgb(134,58,103); }

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

border-color css

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

 span { border-color: rgb(134,58,103); }

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